Home
last modified time | relevance | path

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

12345678910>>...20

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dcontext.h43 #define PTW32_PROGCTR(Context) ((Context).Eip) argument
47 #define PTW32_PROGCTR(Context) ((Context).StIIP) argument
51 #define PTW32_PROGCTR(Context) ((Context).Fir) argument
55 #define PTW32_PROGCTR(Context) ((Context).Fir) argument
59 #define PTW32_PROGCTR(Context) ((Context).Iar) argument
63 #define PTW32_PROGCTR(Context) ((Context).Rip) argument
67 #define PTW32_PROGCTR(Context) ((Context).Pc) argument
/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/chromium_org/third_party/angle/src/compiler/preprocessor/
DTokenizer.h22 struct Context struct
24 Diagnostics *diagnostics;
26 Input input;
53 Context mContext; // Scanner extra. argument
DExpressionParser.y61 struct Context struct
73 %parse-param {Context *context} argument
/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()
502 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend()
515 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend()
527 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend()
[all …]
/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.h44 struct Context { struct
45 DDetector *dd;
47 BlockingMutex report_mutex;
48 MutexHashMap mutex_map;
/external/clang/lib/Format/
DTokenAnnotator.cpp649 struct Context { struct in clang::format::__anonb1df64420111::AnnotatingParser
650 Context(tok::TokenKind ContextKind, unsigned BindingStrength, in Context() function
660 tok::TokenKind ContextKind;
661 unsigned BindingStrength;
662 unsigned LongestObjCSelectorName;
663 bool ColonIsForRangeExpr;
664 bool ColonIsDictLiteral;
665 bool ColonIsObjCMethodExpr;
666 FormatToken *FirstObjCSelectorName;
667 FormatToken *FirstStartOfName;
[all …]
/external/llvm/lib/AsmParser/
DParser.cpp27 LLVMContext &Context) { in ParseAssembly()
43 LLVMContext &Context) { in ParseAssemblyFile()
56 SMDiagnostic &Err, LLVMContext &Context) { in ParseAssemblyString()
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h82 clang::ASTContext * const Context; member
159 template <typename T> void match(const T &Node, ASTContext &Context) { in match()
241 ASTContext &Context) { in match()
251 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context) { in match()
/external/chromium_org/third_party/icu/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/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.cpp33 LLVMContext &Context) { in getLazyIRModule()
53 LLVMContext &Context) { in getLazyIRFileModule()
66 LLVMContext &Context) { in ParseIR()
88 LLVMContext &Context) { in ParseIRFile()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h449 struct Context { struct
452 bool initialized;
453 bool after_multithreaded_fork;
455 MetaMap metamap;
480 extern Context *ctx; // The one and the only global runtime context. argument
/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/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.h110 struct Context struct
123 Context context; argument
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.h109 struct Context struct
122 Context context; argument
/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 {
/external/clang/tools/libclang/
DCXSourceLocation.h41 static inline CXSourceLocation translateSourceLocation(ASTContext &Context, in translateSourceLocation()
59 static inline CXSourceRange translateSourceRange(ASTContext &Context, in translateSourceRange()
/external/llvm/lib/IR/
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()

12345678910>>...20