HomeSort by relevance Sort by last modified time
    Searched refs:TPR (Results 1 - 9 of 9) 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
131 TPR = TryParseSimpleDeclaration(AllowForRangeDecl);
135 if (TPR == TPResult::Error)
139 if (TPR == TPResult::Ambiguous)
140 TPR = TPResult::True;
142 assert(TPR == TPResult::True || TPR == TPResult::False);
143 return TPR == TPResult::True
    [all...]
ParseDecl.cpp     [all...]
  /external/ImageMagick/coders/
wpg.c 696 const unsigned char TPR=1,TRN=2,SKW=4,SCL=8,ROT=0x10,OID=0x20,LCK=0x80;
744 if(Flags & TPR)
    [all...]
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
core_cm3.h     [all...]
core_cm4.h     [all...]
core_sc300.h     [all...]
core_cm7.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 288 SDValue TPR = DAG.getCopyToReg(FR0.getValue(1), dl, PredR,
290 // TPR = (Chain, Glue)
294 RetVal = DAG.getCopyFromReg(TPR.getValue(0), dl, PredR, MVT::i1);
295 Glue = TPR.getValue(1);
296 Chain = TPR.getValue(0);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 637 SDValue TPR = DAG.getCopyToReg(FR0.getValue(1), dl, PredR,
639 // TPR = (Chain, Glue)
640 RetVal = DAG.getCopyFromReg(TPR.getValue(0), dl, PredR, MVT::i1,
641 TPR.getValue(1));
    [all...]

Completed in 1671 milliseconds