Home
last modified time | relevance | path

Searched defs:Map (Results 1 – 25 of 55) sorted by relevance

123

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclLookups.h75 if (StoredDeclsMap *Map = Primary->buildLookup()) in lookups() local
94 if (StoredDeclsMap *Map = Primary->getLookupPtr()) in noload_lookups() local
H A DDependentDiagnostic.h177 const DependentStoredDeclsMap *Map in ddiags() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DLibCallSemantics.cpp45 StringMap<const LibCallFunctionInfo*> *Map = getMap(Impl); in getFunctionInfo() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp38 MachineModuleInfoImpl::StubValueTy>&Map) { in GetSortedStubs()
H A DLiveRangeCalc.h73 LiveOutMap Map; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DAddressSpaces.h45 typedef unsigned Map[Count]; typedef
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DValueMap.h86 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 DModule.cpp63 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 Dp3-0x.cpp51 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 DDeclBase.cpp1047 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 DBasicValueFactory.cpp247 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 DDirectoryLookup.h47 const HeaderMap *Map; member
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h57 MapTy Map; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp80 static unsigned Map[SystemZ::NUM_TARGET_REGS]; in getFirstReg() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DMapVector.h35 MapType Map; variable
/minix3/external/bsd/llvm/dist/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.cpp49 class Map { class
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h77 typedef LiveSegments Map; typedef
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp159 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 DScalarEvolutionExpressions.h727 ValueToValueMap &Map; member
823 LoopToScevMapT &Map; 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 DMCRegisterInfo.h278 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 DTimer.cpp200 StringMap<std::pair<TimerGroup*, Name2TimerMap> > Map; member in __anon2ba8a7500211::Name2PairMap
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DCommandLineTest.cpp79 StringMap<cl::Option*> Map; in TEST() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp503 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 DValueEnumerator.cpp426 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 DStringMapTest.cpp142 llvm::StringMap<int> Map(2); in TEST_F() local

123