OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ID
(Results
1 - 25
of
700
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedLexer.h
19
#define
ID
4
25
+ (CombinedLexer *)newCombinedLexerWithCharStream:(
id
<ANTLRCharStream>)anInput;
CombinedParser.h
16
#define
ID
4
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.h
17
#define
ID
6
TestLexerLexer.h
22
#define
ID
5
30
+ (TestLexer *)newTestLexerWithCharStream:(
id
<ANTLRCharStream>)anInput;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
TestLexer.h
17
#define
ID
6
TestLexerLexer.h
17
#define
ID
6
/external/llvm/lib/Transforms/IPO/
BarrierNoopPass.cpp
33
static char
ID
; // Pass identification.
35
BarrierNoop() : ModulePass(
ID
) {
45
char BarrierNoop::
ID
= 0;
/external/llvm/tools/opt/
GraphPrinters.cpp
29
static char
ID
; // Pass identification, replacement for typeid
30
DomInfoPrinter() : FunctionPass(
ID
) {}
45
char DomInfoPrinter::
ID
= 0;
/external/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h
34
static char
ID
;
FindUsedTypes.h
28
static char
ID
; // Pass identification, replacement for typeid
29
FindUsedTypes() : ModulePass(
ID
) {
/external/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h
36
static char
ID
;
MachineBranchProbabilityInfo.h
37
static char
ID
;
39
MachineBranchProbabilityInfo() : ImmutablePass(
ID
) {
/external/llvm/lib/CodeGen/
LiveDebugVariables.h
35
static char
ID
; // Pass identification, replacement for typeid
/external/llvm/tools/bugpoint-passes/
TestPasses.cpp
29
static char
ID
; // Pass
ID
, replacement for typeid
30
CrashOnCalls() : BasicBlockPass(
ID
) {}
46
char CrashOnCalls::
ID
= 0;
56
static char
ID
; // Pass
ID
, replacement for typeid
57
DeleteCalls() : BasicBlockPass(
ID
) {}
72
char DeleteCalls::
ID
= 0;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.h
22
#define
ID
4
31
+ (TLexer *)newTLexerWithCharStream:(
id
<ANTLRCharStream>)anInput;
/external/clang/unittests/Tooling/
RewriterTest.cpp
17
FileID
ID
= Context.createOnDiskFile("t.cpp", "line1\nline2\nline3\nline4");
18
Context.Rewrite.ReplaceText(Context.getLocation(
ID
, 2, 1), 5, "replaced");
/external/llvm/lib/Analysis/IPA/
FindUsedTypes.cpp
25
char FindUsedTypes::
ID
= 0;
/external/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp
32
static char
ID
; // Pass identification, replacement for typeid
33
ModuleDebugInfoPrinter() : ModulePass(
ID
) {
46
char ModuleDebugInfoPrinter::
ID
= 0;
PostDominators.cpp
30
char PostDominatorTree::
ID
= 0;
/external/llvm/lib/Bitcode/Writer/
BitcodeWriterPass.cpp
22
static char
ID
; // Pass identification, replacement for typeid
24
: ModulePass(
ID
), OS(o) {}
35
char WriteBitcodePass::
ID
= 0;
/external/llvm/lib/Target/NVPTX/
NVPTXAllocaHoisting.h
30
static char
ID
; // Pass
ID
31
NVPTXAllocaHoisting() : FunctionPass(
ID
) {}
NVPTXLowerAggrCopies.h
26
static char
ID
;
28
NVPTXLowerAggrCopies() : FunctionPass(
ID
) {}
NVPTXSplitBBatBar.h
25
static char
ID
;
27
NVPTXSplitBBatBar() : FunctionPass(
ID
) {}
/external/llvm/lib/Transforms/Hello/
Hello.cpp
27
static char
ID
; // Pass identification, replacement for typeid
28
Hello() : FunctionPass(
ID
) {}
39
char Hello::
ID
= 0;
45
static char
ID
; // Pass identification, replacement for typeid
46
Hello2() : FunctionPass(
ID
) {}
62
char Hello2::
ID
= 0;
/external/llvm/lib/Transforms/ObjCARC/
ObjCARCAliasAnalysis.h
41
static char
ID
; // Class identification, replacement for typeinfo
42
ObjCARCAliasAnalysis() : ImmutablePass(
ID
) {
55
if (PI == &AliasAnalysis::
ID
)
Completed in 3108 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>