Home
last modified time | relevance | path

Searched defs:getEmptyKey (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/IR/
DLLVMContextImpl.h62 static inline KeyTy getEmptyKey() { return KeyTy(APInt(1,0), nullptr); } in getEmptyKey() function
86 static inline KeyTy getEmptyKey() { in getEmptyKey() function
120 static inline StructType* getEmptyKey() { in getEmptyKey() function
168 static inline FunctionType* getEmptyKey() { in getEmptyKey() function
/external/llvm/unittests/ADT/
DDenseMapTest.cpp61 static inline CtorTester getEmptyKey() { return CtorTester(-1); } in getEmptyKey() function
323 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function
362 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp77 static inline SimpleValue getEmptyKey() { in getEmptyKey() function
220 static inline CallValue getEmptyKey() { in getEmptyKey() function
DSampleProfile.cpp88 static inline InstructionLocation getEmptyKey() { in getEmptyKey() function
DGVN.cpp141 static inline Expression getEmptyKey() { in getEmptyKey() function
DLoopStrengthReduce.cpp1179 static SmallVector<const SCEV *, 4> getEmptyKey() { in getEmptyKey() function
/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp56 static DivOpInfo getEmptyKey() { in getEmptyKey() function
/external/llvm/lib/MC/
DMCDwarf.cpp1523 static const CIEKey getEmptyKey() { in getEmptyKey() function
1546 static CIEKey getEmptyKey() { in getEmptyKey() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp591 static inline LoweredPHIRecord getEmptyKey() { in getEmptyKey() function
/external/clang/include/clang/Sema/
DScopeInfo.h229 static inline WeakObjectProfileTy getEmptyKey() { in getEmptyKey() function
/external/llvm/include/llvm/ADT/
DDenseMap.h337 static const KeyT getEmptyKey() { in getEmptyKey() function
/external/clang/tools/libclang/
DCXCursor.cpp1054 static inline CXCursor getEmptyKey() { in getEmptyKey() function
/external/clang/lib/Basic/
DVirtualFileSystem.cpp346 static inline StringRef getEmptyKey() { return StringRef(""); } in getEmptyKey() function
/external/clang/include/clang/Serialization/
DASTBitCodes.h110 static inline QualType getEmptyKey() { in getEmptyKey() function
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1909 static inline EditEntry getEmptyKey() { in getEmptyKey() function
/external/llvm/lib/TableGen/
DRecord.cpp60 static inline TableGenStringKey getEmptyKey() { in getEmptyKey() function
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp466 static inline ObjCSummaryKey getEmptyKey() { in getEmptyKey() function
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2529 static inline Instruction *getEmptyKey() { in getEmptyKey() function
/external/clang/lib/Sema/
DSemaDecl.cpp12972 static DupKey getEmptyKey() { return DupKey(0, true); } in getEmptyKey() function