Home
last modified time | relevance | path

Searched refs:isPrototyped (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp744 bool isPrototyped = true; in constructTypeDIE() local
751 isPrototyped = false; in constructTypeDIE()
759 if (isPrototyped) in constructTypeDIE()
953 if (SP.isPrototyped()) in getOrCreateSubprogramDIE()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp864 bool isPrototyped = true; in constructTypeDIE() local
866 isPrototyped = false; in constructTypeDIE()
873 if (isPrototyped && in constructTypeDIE()
1188 if (SP->isPrototyped() && in applySubprogramAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp916 bool isPrototyped = true; in constructTypeDIE() local
918 isPrototyped = false; in constructTypeDIE()
925 if (isPrototyped && in constructTypeDIE()
1287 if (SP->isPrototyped() && in applySubprogramAttributes()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h524 bool isPrototyped() const { in isPrototyped() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.h281 virtual bool isPrototyped() const { return prototyped; } in isPrototyped() function
DParseHelper.cpp898 if (prevDec->isPrototyped() && prototype) in handleFunctionDeclarator()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h1404 bool isPrototyped() const { return getFlags() & FlagPrototyped; }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1719 bool isPrototyped() const { return getFlags() & FlagPrototyped; }