HomeSort by relevance Sort by last modified time
    Searched refs:TPR (Results 1 - 10 of 10) 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 683 const unsigned char TPR=1,TRN=2,SKW=4,SCL=8,ROT=0x10,OID=0x20,LCK=0x80;
731 if(Flags & TPR)
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
mep-opc.c 796 /* sb $rn3c,$udisp7($tpr) */
799 { { MNEM, ' ', OP (RN3C), ',', OP (UDISP7), '(', OP (TPR), ')', 0 } },
802 /* sh $rn3s,$udisp7a2($tpr) */
805 { { MNEM, ' ', OP (RN3S), ',', OP (UDISP7A2), '(', OP (TPR), ')', 0 } },
808 /* sw $rn3l,$udisp7a4($tpr) */
811 { { MNEM, ' ', OP (RN3L), ',', OP (UDISP7A4), '(', OP (TPR), ')', 0 } },
814 /* lb $rn3c,$udisp7($tpr) */
817 { { MNEM, ' ', OP (RN3C), ',', OP (UDISP7), '(', OP (TPR), ')', 0 } },
820 /* lh $rn3s,$udisp7a2($tpr) */
823 { { MNEM, ' ', OP (RN3S), ',', OP (UDISP7A2), '(', OP (TPR), ')', 0 } }
    [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/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...]
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.c     [all...]

Completed in 205 milliseconds