Home
last modified time | relevance | path

Searched defs:Context (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/external/llvm/include/llvm/IR/
DTypeBuilder.h106 static PointerType *get(LLVMContext &Context) { in get()
117 static ArrayType *get(LLVMContext &Context) { in get()
124 static ArrayType *get(LLVMContext &Context) { in get()
249 static FunctionType *get(LLVMContext &Context) { in get()
255 static FunctionType *get(LLVMContext &Context) { in get()
266 static FunctionType *get(LLVMContext &Context) { in get()
278 static FunctionType *get(LLVMContext &Context) { in get()
293 static FunctionType *get(LLVMContext &Context) { in get()
309 static FunctionType *get(LLVMContext &Context) { in get()
324 static FunctionType *get(LLVMContext &Context) { in get()
[all …]
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.h33 struct Context { struct
38 Context(const object::COFFObjectFile &COFF, SymbolResolver Resolver, in Context() function
/external/lldb/include/lldb/Core/
DEmulateInstruction.h176 struct Context struct
178 ContextType type; argument
179 enum InfoType info_type;
181 {
239 Context () : in Context() argument
246 SetRegisterPlusOffset (RegisterInfo base_reg, in SetRegisterPlusOffset()
255 SetRegisterPlusIndirectOffset (RegisterInfo base_reg, in SetRegisterPlusIndirectOffset()
264 SetRegisterToRegisterPlusOffset (RegisterInfo data_reg, in SetRegisterToRegisterPlusOffset()
275 SetRegisterToRegisterPlusIndirectOffset (RegisterInfo base_reg, in SetRegisterToRegisterPlusIndirectOffset()
286 SetRegisterRegisterOperands (RegisterInfo op1_reg, in SetRegisterRegisterOperands()
[all …]
/external/clang/lib/AST/
DNestedNameSpecifier.cpp28 NestedNameSpecifier::FindOrInsert(const ASTContext &Context, in FindOrInsert()
46 NestedNameSpecifier::Create(const ASTContext &Context, in Create()
59 NestedNameSpecifier::Create(const ASTContext &Context, in Create()
75 NestedNameSpecifier::Create(const ASTContext &Context, in Create()
91 NestedNameSpecifier::Create(const ASTContext &Context, in Create()
103 NestedNameSpecifier::Create(const ASTContext &Context, IdentifierInfo *II) { in Create()
113 NestedNameSpecifier::GlobalSpecifier(const ASTContext &Context) { in GlobalSpecifier()
122 NestedNameSpecifier::SuperSpecifier(const ASTContext &Context, in SuperSpecifier()
533 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend()
546 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend()
[all …]
DTypeLoc.cpp110 void TypeLoc::initializeImpl(ASTContext &Context, TypeLoc TL, in initializeImpl()
315 void TypeOfTypeLoc::initializeLocal(ASTContext &Context, in initializeLocal()
323 void ElaboratedTypeLoc::initializeLocal(ASTContext &Context, in initializeLocal()
331 void DependentNameTypeLoc::initializeLocal(ASTContext &Context, in initializeLocal()
341 DependentTemplateSpecializationTypeLoc::initializeLocal(ASTContext &Context, in initializeLocal()
360 void TemplateSpecializationTypeLoc::initializeArgLocs(ASTContext &Context, in initializeArgLocs()
/external/llvm/tools/llvm-diff/
DDifferenceEngine.h37 struct Context { struct
38 Context(DifferenceEngine &Engine, Value *L, Value *R) : Engine(Engine) { in Context() function
42 ~Context() { in ~Context() argument
/external/compiler-rt/lib/tsan/dd/
Ddd_rtl.h43 struct Context { struct
44 DDetector *dd;
46 BlockingMutex report_mutex;
47 MutexHashMap mutex_map;
/external/llvm/unittests/Bitcode/
DBitReaderTest.cpp50 static std::unique_ptr<Module> getLazyModuleFromAssembly(LLVMContext &Context, in getLazyModuleFromAssembly()
64 LLVMContext Context; in TEST() local
88 LLVMContext Context; in TEST() local
106 LLVMContext Context; in TEST() local
138 LLVMContext Context; in TEST() local
/external/clang/lib/Format/
DTokenAnnotator.cpp730 struct Context { struct in clang::format::__anon99df078b0111::AnnotatingParser
731 Context(tok::TokenKind ContextKind, unsigned BindingStrength, in Context() function
736 tok::TokenKind ContextKind;
737 unsigned BindingStrength;
738 bool IsExpression;
739 unsigned LongestObjCSelectorName = 0;
740 bool ColonIsForRangeExpr = false;
741 bool ColonIsDictLiteral = false;
742 bool ColonIsObjCMethodExpr = false;
743 FormatToken *FirstObjCSelectorName = nullptr;
[all …]
/external/llvm/lib/IR/
DDebugInfoMetadata.cpp41 MDLocation *MDLocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl()
171 GenericDebugNode *GenericDebugNode::getImpl(LLVMContext &Context, unsigned Tag, in getImpl()
227 MDSubrange *MDSubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo, in getImpl()
233 MDEnumerator *MDEnumerator::getImpl(LLVMContext &Context, int64_t Value, in getImpl()
242 MDBasicType *MDBasicType::getImpl(LLVMContext &Context, unsigned Tag, in getImpl()
255 LLVMContext &Context, unsigned Tag, MDString *Name, Metadata *File, in getImpl()
270 LLVMContext &Context, unsigned Tag, MDString *Name, Metadata *File, in getImpl()
289 MDSubroutineType *MDSubroutineType::getImpl(LLVMContext &Context, in getImpl()
299 MDFile *MDFile::getImpl(LLVMContext &Context, MDString *Filename, in getImpl()
310 LLVMContext &Context, unsigned SourceLanguage, Metadata *File, in getImpl()
[all …]
DDIBuilder.cpp167 createImportedModule(LLVMContext &C, dwarf::Tag Tag, MDScope* Context, in createImportedModule()
176 MDImportedEntity* DIBuilder::createImportedModule(MDScope* Context, in createImportedModule()
183 MDImportedEntity* DIBuilder::createImportedModule(MDScope* Context, in createImportedModule()
190 MDImportedEntity *DIBuilder::createImportedDeclaration(MDScope *Context, in createImportedDeclaration()
259 MDScope *Context) { in createTypedef()
334 DIBuilder::createTemplateTypeParameter(MDScope *Context, StringRef Name, in createTemplateTypeParameter()
342 MDScope *Context, StringRef Name, MDType *Ty, in createTemplateValueParameterHelper()
350 DIBuilder::createTemplateValueParameter(MDScope *Context, StringRef Name, in createTemplateValueParameter()
358 DIBuilder::createTemplateTemplateParameter(MDScope *Context, StringRef Name, in createTemplateTemplateParameter()
366 DIBuilder::createTemplateParameterPack(MDScope *Context, StringRef Name, in createTemplateParameterPack()
[all …]
DValueTypes.cpp23 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedVectorElementTypeToInteger() local
28 EVT EVT::getExtendedIntegerVT(LLVMContext &Context, unsigned BitWidth) { in getExtendedIntegerVT()
35 EVT EVT::getExtendedVectorVT(LLVMContext &Context, EVT VT, in getExtendedVectorVT()
/external/llvm/lib/MC/
DMCWinEH.cpp30 MCContext &Context) { in getUnwindInfoSection()
63 MCContext &Context) { in getPDataSection()
70 MCContext &Context) { in getXDataSection()
/external/icu/icu4c/source/samples/layout/
Dclayout.c27 struct Context struct
34 typedef struct Context Context; argument
Dlayout.cpp28 struct Context struct
50 void InitParagraph(HWND hwnd, Context *context) in InitParagraph() argument
/external/llvm/lib/IRReader/
DIRReader.cpp34 LLVMContext &Context) { in getLazyIRModule()
52 LLVMContext &Context) { in getLazyIRFileModule()
65 LLVMContext &Context) { in parseIR()
83 LLVMContext &Context) { in parseIRFile()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h465 struct Context { struct
468 bool initialized;
469 bool after_multithreaded_fork;
471 MetaMap metamap;
473 Mutex report_mtx;
474 int nreported;
498 extern Context *ctx; // The one and the only global runtime context. argument
/external/llvm/lib/AsmParser/
DParser.cpp35 LLVMContext &Context) { in parseAssembly()
47 LLVMContext &Context) { in parseAssemblyFile()
61 LLVMContext &Context) { in parseAssemblyString()
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.h109 struct Context struct
122 Context context; argument
/external/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.h110 struct Context struct
123 Context context; argument
/external/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h130 LLVMContext &Context, in JITCompileCallbackManager()
140 CompileCallbackInfo getCompileCallback(LLVMContext &Context) final { in getCompileCallback()
158 void emitResolverBlock(LLVMContext &Context) { in emitResolverBlock()
172 TargetAddress getAvailableTrampolineAddr(LLVMContext &Context) { in getAvailableTrampolineAddr()
182 void grow(LLVMContext &Context) { in grow()
/external/deqp/framework/opengl/simplereference/
DsglrContext.hpp40 class Context class
43 Context (glu::ContextType type) : m_type(type) {} in Context() function in sglr::Context
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h84 clang::ASTContext * const Context; member
182 template <typename T> void match(const T &Node, ASTContext &Context) { in match()
276 ASTContext &Context) { in match()
286 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context) { in match()
/external/clang/unittests/Tooling/
DRewriterTest.cpp16 RewriterTestContext Context; in TEST() local
25 RewriterTestContext Context; in TEST() local
/external/clang/test/CodeGenObjC/
Ddebug-info-block-captured-self.m15 @interface Context interface
32 {

12345678910>>...18