| /AOO41X/main/idlc/source/ |
| H A D | parser.y | 115 if (idlc()->getOptions()->isValid("-cid")) in checkIdentifier() 129 idlc()->error()->syntaxError(idlc()->getParseState(), in checkIdentifier() 130 idlc()->getLineNumber(), in checkIdentifier() 134 idlc()->error()->warning0(WIDL_WRONG_NAMING_CONV, id->getStr()); in checkIdentifier() 145 idlc()->error()->error2(EIDL_DOUBLE_MEMBER, i->first, i->second); in reportDoubleMemberDeclarations() 156 if (idlc()->error()->checkPublished(decl)) { in addInheritedInterface() 158 idlc()->error()->inheritanceError( in addInheritedInterface() 176 idlc()->error()->error1( in addInheritedInterface() 184 idlc()->error()->lookupError( in addInheritedInterface() 192 AstDeclaration * decl = idlc()->scopes()->topNonNull()->lookupByName( in createNamedType() [all …]
|
| H A D | errorhandler.cxx | 490 if ( idlc()->getFileName() == idlc()->getRealFileName() ) in errorHeader() 491 file = idlc()->getMainFileName(); in errorHeader() 493 file = idlc()->getFileName(); in errorHeader() 502 errorHeader(eCode, idlc()->getLineNumber()); in errorHeader() 508 if ( idlc()->getFileName() == idlc()->getRealFileName() ) in warningHeader() 509 file = idlc()->getMainFileName(); in warningHeader() 511 file = idlc()->getFileName(); in warningHeader() 514 sal::static_int_cast< unsigned long >(idlc()->getLineNumber()), in warningHeader() 522 idlc()->incErrorCount(); in error0() 529 idlc()->incErrorCount(); in error1() [all …]
|
| H A D | scanner.ll | 34 #include <idlc/idlc.hxx> 37 #include <idlc/errorhandler.hxx> 40 #include <idlc/fehelper.hxx> 109 idlc()->error()->syntaxError( 110 PS_NoState, idlc()->getLineNumber(), 124 idlc()->error()->syntaxError( 125 PS_NoState, idlc()->getLineNumber(), 205 idlc()->insertInclude(pragma.copy(index + 8, (sal_Int32)(offset - begin))); 223 idlc()->setLineNumber((sal_uInt32)atol(h)); 235 idlc()->setFileName(::rtl::OString("standard input")); [all …]
|
| H A D | astunion.cxx | 90 idlc()->error()->error2(EIDL_DISC_TYPE, this, pDiscType); in AstUnion() 104 idlc()->error()->error2(EIDL_MULTIPLE_BRANCH, this, pDecl); in addDeclaration() 153 idlc()->error()->error2(EIDL_MULTIPLE_BRANCH, this, pBranch); in lookupDefault() 173 idlc()->error()->evalError(pLabel->getLabelValue()); in lookupLabel() 200 idlc()->error()->error2(EIDL_MULTIPLE_BRANCH, this, pBranch); in lookupLabel() 225 idlc()->error()->enumValExpected(this); in lookupEnum() 236 idlc()->error()->enumValLookupFailure(this, pEnum, *pExpr->getSymbolicName()); in lookupEnum() 261 idlc()->error()->error2(EIDL_MULTIPLE_BRANCH, this, pBranch); in lookupEnum() 276 idlc()->getOptions()->getProgramName().getStr(), in dump() 364 idlc()->getOptions()->getProgramName().getStr(), in dump()
|
| H A D | astdeclaration.cxx | 75 if ( idlc()->getFileName() == idlc()->getRealFileName() ) in AstDeclaration() 77 m_fileName = idlc()->getMainFileName(); in AstDeclaration() 81 m_fileName = idlc()->getFileName(); in AstDeclaration() 85 if ( idlc()->isDocValid() ) in AstDeclaration() 86 m_documentation = OStringToOUString(idlc()->getDocumentation(), RTL_TEXTENCODING_UTF8); in AstDeclaration() 88 m_bPublished = idlc()->isPublished(); in AstDeclaration()
|
| H A D | fehelper.cxx | 68 idlc()->error()->noTypeError(pDecl); in compose() 81 AstScope* pScope = idlc()->scopes()->bottom(); in compose() 114 AstScope* pScope = idlc()->scopes()->topNonNull(); in initializeInherits() 124 if ( idlc()->error()->checkPublished( pDecl ) ) in initializeInherits() 131 idlc()->error()->inheritanceError( in initializeInherits() 137 idlc()->error()->lookupError(*pInherits); in initializeInherits()
|
| H A D | idlcmain.cxx | 66 if ( ( idlc()->getWarningCount() > 0 ) && !options.quiet() ) { in SAL_IMPLEMENT_MAIN_WITH_ARGS() 71 idlc()->getWarningCount())); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 88 idlc()->reset(); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 107 if ( idlc()->getWarningCount() && !options.quiet() ) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 111 idlc()->getWarningCount()), in SAL_IMPLEMENT_MAIN_WITH_ARGS() 136 idlc()->reset(); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
| H A D | astdump.cxx | 57 idlc()->getOptions()->getProgramName().getStr(), in dump() 102 idlc()->getOptions()->getProgramName().getStr(), in dump() 127 idlc()->getOptions()->getProgramName().getStr(), in dump() 147 idlc()->getOptions()->getProgramName().getStr(), in dump() 167 idlc()->getOptions()->getProgramName().getStr(), in dump() 234 idlc()->getOptions()->getProgramName().getStr(), in dump() 345 idlc()->getOptions()->getProgramName().getStr(), in dump()
|
| H A D | idlcproduce.cxx | 87 idlc()->getOptions()->getProgramName().getStr(), buffer.getStr()); in checkOutputPath() 117 idlc()->getOptions()->getProgramName().getStr(), (*iter).getStr()); in cleanPath() 134 Options* pOptions = idlc()->getOptions(); in produceFile() 171 if ( !idlc()->getRoot()->dump(rootKey) ) in produceFile() 197 idlc()->getOptions()->getProgramName().getStr(), in produceFile()
|
| H A D | idlccompile.cxx | 239 idlc()->getOptions()->getProgramName().getStr(), in compileFile() 245 idlc()->setFileName(fileName); in compileFile() 246 idlc()->setMainFileName(fileName); in compileFile() 247 idlc()->setRealFileName(tmpFile); in compileFile() 256 Options* pOptions = idlc()->getOptions(); in compileFile() 403 nErrors = idlc()->getErrorCount(); in compileFile()
|
| H A D | astinterface.cxx | 117 idlc()->getOptions()->getProgramName().getStr(), in dump() 128 idlc()->getOptions()->getProgramName().getStr(), in dump() 160 idlc()->getOptions()->getProgramName().getStr(), in dump() 177 idlc()->getOptions()->getProgramName().getStr(), in dump() 260 idlc()->getOptions()->getProgramName().getStr(), in dump() 417 idlc()->getOptions()->getProgramName().getStr(), in increment()
|
| H A D | makefile.mk | 26 PRJNAME=idlc 27 TARGET=idlc 49 idlc.cxx \ 77 $(OBJ)$/idlc.obj \
|
| H A D | astexpression.cxx | 880 m_pScope = idlc()->scopes()->depth() > 0 ? idlc()->scopes()->top() : NULL; in fillDefinitionDetails() 881 m_lineNo = idlc()->getLineNumber(); in fillDefinitionDetails() 882 m_fileName = idlc()->getFileName(); in fillDefinitionDetails() 1078 idlc()->error()->evalError(this); in eval_symbol() 1084 if (idlc()->scopes()->depth() > 0) in eval_symbol() 1085 pScope = idlc()->scopes()->topNonNull(); in eval_symbol() 1088 idlc()->error()->lookupError(*m_pSymbolicName); in eval_symbol() 1097 idlc()->error()->lookupError(*m_pSymbolicName); in eval_symbol() 1106 idlc()->error()->constantExpected(pDecl, *m_pSymbolicName); in eval_symbol() 1109 if (!idlc()->error()->checkPublished(pDecl)) in eval_symbol()
|
| H A D | aststruct.cxx | 94 idlc()->getOptions()->getProgramName().getStr(), in dump() 104 idlc()->getOptions()->getProgramName().getStr(), in dump() 180 idlc()->getOptions()->getProgramName().getStr(), in dump()
|
| H A D | astscope.cxx | 69 idlc()->error()->error2(EIDL_REDEF_SCOPE, pDecl, pDeclaration); in addDeclaration() 97 idlc()->error()->error2(EIDL_REDEF_SCOPE, scopeAsDecl(this), pDecl); in addDeclaration() 243 idlc()->error()->forwardLookupError(pInterface, scopedName); in lookupInInherited()
|
| H A D | astenum.cxx | 74 idlc()->getOptions()->getProgramName().getStr(), in dump() 109 idlc()->getOptions()->getProgramName().getStr(), in dump()
|
| H A D | astoperation.cxx | 40 idlc()->error()->error1(EIDL_ONEWAY_RAISE_CONFLICT, this); in setExceptions() 144 idlc()->error()->error2(EIDL_ONEWAY_CONFLICT, pDecl, this); in addDeclaration()
|
| /AOO41X/main/idlc/test/parser/ |
| H A D | makefile.mk | 25 PRJNAME := idlc 34 $(EXECTEST) attribute.tests $(BIN)/idlc$(EXECPOST) \ 36 $(EXECTEST) constant.tests $(BIN)/idlc$(EXECPOST) \ 38 $(EXECTEST) constructor.tests $(BIN)/idlc$(EXECPOST) \ 40 $(EXECTEST) interfaceinheritance.tests $(BIN)/idlc$(EXECPOST) \ 42 $(EXECTEST) methodoverload.tests $(BIN)/idlc$(EXECPOST) \ 44 $(EXECTEST) polystruct.tests $(BIN)/idlc$(EXECPOST) \ 46 $(EXECTEST) published.tests $(BIN)/idlc$(EXECPOST) \ 48 $(EXECTEST) struct.tests $(BIN)/idlc$(EXECPOST) \ 50 $(EXECTEST) typedef.tests $(BIN)/idlc$(EXECPOST) \
|
| /AOO41X/main/idlc/test/ |
| H A D | typelookup.idl | 30 /// idlc defines a test module 31 module idlc 53 /// a enum member, Error in moudle idlc::test 57 /// a typedef member, Error in moudle idlc (typedef long) 58 ::idlc::Error m7; 59 /// a typedef member, Error in moudle idlc (typedef long) 60 idlc::Error m8; 61 /// a enum member, Error in moudle idlc::test 84 }; // idlc
|
| H A D | service.idl | 24 module idlc 49 [readonly, optional, removable, property] ::idlc::test::BaseStruct p10; 52 [optional] interface ::idlc::test::XTestComplexTypes; 60 [optional] interface ::idlc::test::XTestComplexTypes;
|
| H A D | singleton.idl | 24 module idlc 49 [readonly, optional, removable, property] ::idlc::test::BaseStruct p10; 52 [optional] interface ::idlc::test::XTestComplexTypes;
|
| H A D | interface.idl | 25 module idlc 67 …BaseStruct structFunc( [in] ::idlc::test::BaseStruct inparam, [out] idlc::test::BaseStruct outpara…
|
| H A D | struct.idl | 26 /// idlc defines a test module 27 module idlc
|
| /AOO41X/main/idlc/prj/ |
| H A D | d.lst | 1 ..\%__SRC%\bin\idlc.exe %_DEST%\bin%_EXT%\idlc.exe 2 ..\%__SRC%\bin\idlc.pdb %_DEST%\bin%_EXT%\idlc.pdb 4 ..\%__SRC%\bin\idlc %_DEST%\bin%_EXT%\idlc
|
| H A D | build.lst | 1 ic idlc : ucpp registry NULL 2 ic idlc usr1 - all ic_mkout NULL 3 ic idlc\inc nmake - all ic_inc NULL 4 ic idlc\source nmake - all ic_source ic_inc NULL
|