/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | DeclLookups.h | 75 if (StoredDeclsMap *Map = Primary->buildLookup()) in lookups() local 94 if (StoredDeclsMap *Map = Primary->getLookupPtr()) in noload_lookups() local
|
H A D | DependentDiagnostic.h | 177 const DependentStoredDeclsMap *Map in ddiags() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | LibCallSemantics.cpp | 45 StringMap<const LibCallFunctionInfo*> *Map = getMap(Impl); in getFunctionInfo() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineModuleInfoImpls.cpp | 38 MachineModuleInfoImpl::StubValueTy>&Map) { in GetSortedStubs()
|
H A D | LiveRangeCalc.h | 73 LiveOutMap Map; variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | AddressSpaces.h | 45 typedef unsigned Map[Count]; typedef
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | ValueMap.h | 86 MapT Map; variable 98 : Map(NumInitBuckets), Data() {} in Map() function 100 : Map(NumInitBuckets), Data(Data) {} in Map() function
|
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
H A D | Module.cpp | 63 const ContinuousRangeMap<Key, Offset, InitialCapacity> &Map) { in dumpLocalRemap()
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
H A D | p3-0x.cpp | 51 struct Map { struct 52 Map(std::initializer_list<std::pair<std::string,int>>) {} in Map() argument
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | DeclBase.cpp | 1047 StoredDeclsMap *Map; in SetNoExternalVisibleDeclsForName() local 1063 StoredDeclsMap *Map; in SetExternalVisibleDeclsForName() local 1158 StoredDeclsMap *Map = getPrimaryContext()->LookupPtr.getPointer(); in removeDecl() local 1314 StoredDeclsMap *Map = LookupPtr.getPointer(); in lookup() local 1330 if (StoredDeclsMap *Map = LookupPtr.getPointer()) { in lookup() local 1340 StoredDeclsMap *Map = LookupPtr.getPointer(); in lookup() local 1365 StoredDeclsMap *Map = LookupPtr.getPointer(); in noload_lookup() local 1408 if (StoredDeclsMap *Map = LookupPtr.getPointer()) { in localUncachedLookup() local 1529 StoredDeclsMap *Map = LookupPtr.getPointer(); in makeDeclVisibleInContextImpl() local 1612 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { in DestroyAll() [all …]
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | BasicValueFactory.cpp | 247 PersistentSValsTy& Map = *((PersistentSValsTy*) PersistentSVals); in getPersistentSValWithData() local 272 PersistentSValPairsTy& Map = *((PersistentSValPairsTy*) PersistentSValPairs); in getPersistentSValPair() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
H A D | DirectoryLookup.h | 47 const HeaderMap *Map; member
|
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | FunctionSummary.h | 57 MapTy Map; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCTargetDesc.cpp | 80 static unsigned Map[SystemZ::NUM_TARGET_REGS]; in getFirstReg() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 35 MapType Map; variable
|
/minix3/external/bsd/llvm/dist/clang/test/Analysis/inlining/ |
H A D | false-positive-suppression.cpp | 49 class Map { class
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervalUnion.h | 77 typedef LiveSegments Map; typedef
|
/minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 159 void DiagnosticsEngine::setSeverity(diag::kind Diag, diag::Severity Map, in setSeverity() 228 StringRef Group, diag::Severity Map, in setSeverityForGroup() 304 diag::Severity Map, in setSeverityForAll()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpressions.h | 727 ValueToValueMap ⤅ member 823 LoopToScevMapT ⤅ member 827 static inline const SCEV *apply(const SCEV *Scev, LoopToScevMapT &Map, in apply()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCRegisterInfo.h | 278 void mapLLVMRegsToDwarfRegs(const DwarfLLVMRegPair *Map, unsigned Size, in mapLLVMRegsToDwarfRegs() 292 void mapDwarfRegsToLLVMRegs(const DwarfLLVMRegPair *Map, unsigned Size, in mapDwarfRegsToLLVMRegs()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | Timer.cpp | 200 StringMap<std::pair<TimerGroup*, Name2TimerMap> > Map; member in __anon2ba8a7500211::Name2PairMap
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
H A D | CommandLineTest.cpp | 79 StringMap<cl::Option*> Map; in TEST() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 503 PhiMap &Map = DeletedPhis[To]; in delPhiValues() local 539 PhiMap &Map = DeletedPhis[To]; in setPhiValues() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 426 void ValueEnumerator::print(raw_ostream &OS, const ValueMapType &Map, in print() 455 void ValueEnumerator::print(raw_ostream &OS, const MetadataMapType &Map, in print()
|
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/ |
H A D | StringMapTest.cpp | 142 llvm::StringMap<int> Map(2); in TEST_F() local
|