Home
last modified time | relevance | path

Searched defs:IsReference (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/src/Reactor/
DTraits.hpp235 struct IsReference struct
237 static constexpr bool value = false;
240 struct IsReference<T, std::enable_if_t<IsDefined<typename T::reference_underlying_type>::value>> struct
242 static constexpr bool value = true;
/external/clang/utils/analyzer/
DSATestBuild.py710 IsReference = False variable
714 IsReference = True variable
716 IsReference = True variable
/external/pdfium/core/fpdfapi/parser/
Dcpdf_reference.cpp48 bool CPDF_Reference::IsReference() const { in IsReference() function in CPDF_Reference
Dcpdf_object.cpp93 bool CPDF_Object::IsReference() const { in IsReference() function in CPDF_Object
/external/clang/lib/AST/
DAPValue.cpp383 bool IsReference = Ty->isReferenceType(); in printPretty() local
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp247 bool IsReference = C.remaining().startswith("%bb."); in maybeLexMachineBasicBlock() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp265 bool IsReference = C.remaining().startswith("%bb."); in maybeLexMachineBasicBlock() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGParser.cpp76 bool IsReference = false; in checkBitsConcrete() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1901 bool IsReference; in VisitCommonDeclRefExpr() local
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp3685 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType() local
/external/clang/lib/Sema/
DSemaDeclCXX.cpp2397 const bool IsReference = FoundVD->getType()->isReferenceType(); in HandleMemberExpr() local