OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TBAA
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CodeGenModule.h
218
CodeGenTBAA *
TBAA
;
379
bool shouldUseTBAA() const { return
TBAA
!= 0; }
CodeGenModule.cpp
66
TBAA
(0),
78
// Enable
TBAA
unless it's suppressed.
80
TBAA
= new CodeGenTBAA(Context, VMContext, getLangOptions(),
113
delete
TBAA
;
155
if (!
TBAA
)
157
return
TBAA
->getTBAAInfo(QTy);
[
all
...]
Completed in 14 milliseconds