OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypeInfos
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Driver/
Types.cpp
26
static const TypeInfo
TypeInfos
[] = {
32
static const unsigned numTypes = sizeof(
TypeInfos
) / sizeof(
TypeInfos
[0]);
36
return
TypeInfos
[id - 1];
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
129
//
TypeInfos
- List of C++ TypeInfo used in the current function.
131
std::vector<const GlobalVariable *>
TypeInfos
;
351
return
TypeInfos
;
/frameworks/compile/slang/
slang_rs_metadata_spec_encoder.cpp
457
unsigned *
TypeInfos
=
459
unsigned TypeInfosIdx = 0; // iterator for array
TypeInfos
461
if (
TypeInfos
== NULL)
468
TypeInfos
[TypeInfosIdx++] = *I;
470
llvm::StringRef TypeInfoData(reinterpret_cast<const char*>(
TypeInfos
),
475
free(
TypeInfos
);
484
free(
TypeInfos
);
Completed in 66 milliseconds