Searched defs:Storage (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleLoader.h33 llvm::PointerIntPair<Module *, 1, bool> Storage; member in class:clang::ModuleLoadResult
H A DModuleMap.h86 llvm::PointerIntPair<Module *, 2, ModuleHeaderRole> Storage; member in class:clang::ModuleMap::KnownHeader
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DUser.cpp60 void *Storage = ::operator new(s + sizeof(Use) * Us); local
76 Use *Storage = static_cast<Use*>(Usr) - Start->NumOperands; local
H A DDIBuilder.cpp1203 Instruction *DIBuilder::insertDeclare(Value *Storage, DIVariable VarInfo, argument
1216 Instruction *DIBuilder::insertDeclare(Value *Storage, DIVariable VarInfo, argument
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DLoopIterator.h132 LoopBlocksTraversal(LoopBlocksDFS &Storage, LoopInfo *LInfo) : argument
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DErrorOr.h54 T *Storage; member in class:llvm::ReferenceStorage
H A DYAMLTraits.h469 std::string Storage; local
628 typedef llvm::AlignedCharArrayUnion<TNorm> Storage; typedef in struct:llvm::yaml::MappingNormalization
664 typedef llvm::AlignedCharArrayUnion<TNorm> Storage; typedef in struct:llvm::yaml::MappingNormalizationHeap
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTTypeTraits.h223 static const T *get(ASTNodeKind NodeKind, const char Storage[]) { argument
238 static const T *get(ASTNodeKind NodeKind, const char Storage[]) { argument
253 static const T *get(ASTNodeKind NodeKind, const char Storage[]) { argument
281 Storage; member in class:clang::ast_type_traits::DynTypedNode
329 get(ASTNodeKind NodeKind, const char Storage[]) argument
[all...]
H A DDependentDiagnostic.h97 DependentDiagnostic(const PartialDiagnostic &PDiag, PartialDiagnostic::Storage *Storage) argument
H A DTemplateName.h181 StorageType Storage; member in class:clang::TemplateName
211 explicit TemplateName(OverloadedTemplateStorage *Storage) argument
214 explicit TemplateName(SubstTemplateTemplateParmPackStorage *Storage) argument
362 TemplateName(SubstTemplateTemplateParmStorage *Storage) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DPartialDiagnostic.h38 struct Storage { struct in class:clang::PartialDiagnostic
39 Storage() : NumDiagArgs(0), NumDiagRanges(0) { } function in struct:clang::PartialDiagnostic::Storage
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp225 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); local
234 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); local
264 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); local
276 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); local
288 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/tools/driver/
H A Ddriver.cpp287 StringSetSaver(std::set<std::string> &Storage) : Storage(Storage) {} argument
292 std::set<std::string> &Storage; member in class:__anon3528::StringSetSaver
/freebsd-9.3-release/contrib/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp40 llvm::SmallVector<T, InlineCapacity> Storage; member in class:__anon3544::PriorityQueue
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DSmallVector.h882 SmallVectorStorage<T, N> Storage; member in class:llvm::SmallVector
/freebsd-9.3-release/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp258 SmallString<128> Storage = Result; local
/freebsd-9.3-release/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp321 SmallString<128> Storage = Name; local
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h416 IntrusiveRefCntPtr<const MatcherStorage> Storage; member in class:clang::ast_matchers::internal::DynTypedMatcher
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2687 EmitDeclare(const VarDecl *VD, unsigned Tag, llvm::Value *Storage, unsigned ArgNo, CGBuilderTy &Builder) argument
2810 EmitDeclareOfAutoVariable(const VarDecl *VD, llvm::Value *Storage, CGBuilderTy &Builder) argument
2831 EmitDeclareOfBlockDeclRefVariable(const VarDecl *VD, llvm::Value *Storage, CGBuilderTy &Builder, const CGBlockInfo &blockInfo) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3925 OverloadedTemplateStorage *Storage = Name.getAsOverloadedTemplate(); local
6206 NamedDecl **Storage = OT->getStorage(); local

Completed in 309 milliseconds