Home
last modified time | relevance | path

Searched refs:isLValueReference (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp883 if (CTy->isLValueReference()) in constructTypeDIE()
1245 if (SP->isLValueReference()) in applySubprogramAttributes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp875 if (CTy->isLValueReference()) in constructTypeDIE()
1292 if (SP->isLValueReference()) in applySubprogramAttributes()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp807 if (CTy->isLValueReference()) in constructTypeDIE()
1242 if (SP->isLValueReference()) in applySubprogramAttributes()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h586 bool isLValueReference() const { return getFlags() & FlagLValueReference; }
1410 unsigned isLValueReference() const {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h662 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
1773 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h734 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
1992 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp11247 bool isLValueReference = false; in NoteSurrogateCandidate() local
11253 isLValueReference = true; in NoteSurrogateCandidate()
11268 if (isLValueReference) FnType = S.Context.getLValueReferenceType(FnType); in NoteSurrogateCandidate()