Searched refs:getInit (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_var.h58 inline const clang::APValue &getInit() const { return mInit.Val; } function in class:slang::RSExportVar
H A Dslang_rs_export_var.cpp87 if (!IList->getInit(i)->EvaluateAsRValue(tempInit,
89 ReportVarError(Context, IList->getInit(i)->getExprLoc(),
H A Dslang_rs_ast_replace.cpp116 if (matchesStmt(FS->getInit())) {
H A Dslang_rs_reflection_cpp.cpp338 if (!EV->getInit().isUninit()) {
339 genInitExportVariable(EV->getType(), EV->getName(), EV->getInit());
522 const clang::APValue &val = EV->getInit();
556 const clang::APValue &val = EV->getInit();
596 const clang::APValue &val = EV->getInit();
H A Dslang_rs_check_ast.cpp219 } else if (clang::Expr *Init = VD->getInit()) {
H A Dslang_rs_reflection.cpp364 if (!EV->getInit().isUninit()) {
365 genInitExportVariable(C, EV->getType(), EV->getName(), EV->getInit());
909 const clang::APValue &Val = EV->getInit();
H A Dslang_rs_object_ref_count.cpp1332 *InitExpr = VD->getInit();
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h349 LDSection& getInit() { function in class:mcld::ELFFileFormat
354 const LDSection& getInit() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp209 applyOne(llvm::ELF::DT_INIT, pFormat.getInit().addr()); // DT_INIT
H A DGNULDBackend.cpp1367 if (&pSectHdr == &file_format->getInit())

Completed in 191 milliseconds