HomeSort by relevance Sort by last modified time
    Searched refs:TPR (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Parse/
ParseTentative.cpp 108 TPResult TPR = isCXXDeclarationSpecifier(TPResult::False,
110 if (TPR != TPResult::Ambiguous)
111 return TPR != TPResult::False; // Returns true for TPResult::True or
130 TPR = TryParseSimpleDeclaration(AllowForRangeDecl);
134 if (TPR == TPResult::Error)
138 if (TPR == TPResult::Ambiguous)
139 TPR = TPResult::True;
141 assert(TPR == TPResult::True || TPR == TPResult::False);
142 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 186 milliseconds