OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPR
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Parse/
ParseTentative.cpp
103
TPResult
TPR
= isCXXDeclarationSpecifier();
104
if (
TPR
!= TPResult::Ambiguous())
105
return
TPR
!= TPResult::False(); // Returns true for TPResult::True() or
115
TPR
= TryParseSimpleDeclaration();
119
if (
TPR
== TPResult::Error())
123
if (
TPR
== TPResult::Ambiguous())
124
TPR
= TPResult::True();
126
assert(
TPR
== TPResult::True() ||
TPR
== TPResult::False());
127
return
TPR
== TPResult::True()
[
all
...]
ParseDecl.cpp
[
all
...]
/external/oprofile/events/i386/nehalem/
events
81
event:0xBA counters:0,1,2,3 um:pic_accesses minimum:6000 name:PIC_ACCESSES : Counts number of
TPR
accesses
Completed in 174 milliseconds