HomeSort by relevance Sort by last modified time
    Searched refs:TPR (Results 1 - 8 of 8) 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/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.25/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/inc/platform/stm32f4xx/cmsis/
core_cm3.h     [all...]
core_cm4.h     [all...]
core_sc300.h     [all...]
core_cm7.h     [all...]

Completed in 340 milliseconds