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 107 TPResult TPR = isCXXDeclarationSpecifier();
108 if (TPR != TPResult::Ambiguous())
109 return TPR != TPResult::False(); // Returns true for TPResult::True() or
119 TPR = TryParseSimpleDeclaration(AllowForRangeDecl);
123 if (TPR == TPResult::Error())
127 if (TPR == TPResult::Ambiguous())
128 TPR = TPResult::True();
130 assert(TPR == TPResult::True() || TPR == TPResult::False());
131 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 200 milliseconds