HomeSort by relevance Sort by last modified time
    Searched refs:getEmptyKey (Results 26 - 50 of 51) sorted by null

12 3

  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 56 static DivOpInfo getEmptyKey() {
Local.cpp     [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 677 static inline clang::ProgramPoint getEmptyKey() {
679 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getEmptyKey()) & ~0x7;
  /external/clang/include/clang/AST/
DeclarationName.h 575 static inline clang::DeclarationName getEmptyKey() {
  /external/clang/include/clang/Basic/
SourceLocation.h 402 static inline clang::FileID getEmptyKey() {
IdentifierTable.h 818 static inline clang::Selector getEmptyKey() {
  /external/llvm/include/llvm/IR/
Attributes.h 368 static inline AttributeSet getEmptyKey() {
Metadata.h 574 static inline AAMDNodes getEmptyKey() {
575 return AAMDNodes(DenseMapInfo<MDNode *>::getEmptyKey(),
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 247 static inline WeakObjectProfileTy getEmptyKey() {
  /external/llvm/include/llvm/ProfileData/
CoverageMapping.h 461 static inline coverage::CounterExpression getEmptyKey() {
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 492 static inline ObjCSummaryKey getEmptyKey() {
493 return ObjCSummaryKey(DenseMapInfo<IdentifierInfo*>::getEmptyKey(),
494 DenseMapInfo<Selector>::getEmptyKey());
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]
  /external/llvm/lib/CodeGen/
StackMaps.cpp 317 assert((uint64_t)Loc.Offset != DenseMapInfo<uint64_t>::getEmptyKey() &&
  /external/clang/tools/libclang/
Indexing.cpp 123 static inline PPRegion getEmptyKey() {
    [all...]
CXCursor.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 681 static inline LoweredPHIRecord getEmptyKey() {
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 189 static inline SDValue getEmptyKey() {
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 139 using DenseMapInfo<DeclContext *>::getEmptyKey;
147 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/llvm/lib/TableGen/
Record.cpp 60 static inline TableGenStringKey getEmptyKey() {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 147 static inline Expression getEmptyKey() {
    [all...]
LoopStrengthReduce.cpp     [all...]

Completed in 668 milliseconds

12 3