HomeSort by relevance Sort by last modified time
    Searched defs:context_type (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_jit.c 123 LLVMTypeRef context_type; local
133 context_type = LLVMStructTypeInContext(lc, elem_types,
137 LLVMInvalidateStructLayout(gallivm->target, context_type);
139 LLVMAddTypeName(gallivm->module, "context", context_type);
143 gallivm->target, context_type,
146 gallivm->target, context_type,
149 gallivm->target, context_type,
152 gallivm->target, context_type,
155 gallivm->target, context_type,
158 gallivm->target, context_type,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 61 typedef typename data_type::Factory& context_type; typedef in struct:clang::ento::ProgramStatePartialTrait
76 static data_type Set(data_type B, key_type K, value_type E,context_type F){
80 static data_type Remove(data_type B, key_type K, context_type F) {
84 static inline context_type MakeContext(void *p) {
112 typedef typename data_type::Factory& context_type; typedef in struct:clang::ento::ProgramStatePartialTrait
124 static data_type Add(data_type B, key_type K, context_type F) {
128 static data_type Remove(data_type B, key_type K, context_type F) {
136 static inline context_type MakeContext(void *p) {
156 typedef typename data_type::Factory& context_type; typedef in struct:clang::ento::ProgramStatePartialTrait
158 static data_type Add(data_type L, key_type K, context_type F)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 159 LLVMTypeRef context_type; local
168 context_type = LLVMStructTypeInContext(gallivm->context, elem_types,
171 LLVMAddTypeName(gallivm->module, struct_name, context_type);
173 LLVMInvalidateStructLayout(gallivm->target, context_type);
177 target, context_type, 0);
179 target, context_type, 1);
181 target, context_type, 2);
183 target, context_type,
186 target, context_type);
188 return context_type;
290 LLVMTypeRef texture_type, context_type, buffer_type, vb_type; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
prdbg.c 1446 char *context_type; local
2299 char *context_type; local
    [all...]
  /external/v8/src/compiler/
js-typed-lowering.cc 1335 Type* context_type = NodeProperties::GetType(context); local
    [all...]

Completed in 345 milliseconds