Searched refs:TPR (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp108 TPResult TPR = isCXXDeclarationSpecifier(TPResult::False, local
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
239 TPResult TPR = isCXXDeclarationSpecifier(); local
247 TPResult TPR = TryParseInitDeclaratorList(); local
287 TPResult TPR = TryParseDeclarator(false/*mayBeAbstract*/); local
346 TPResult TPR = isCXXDeclarationSpecifier(); local
415 TPResult TPR = isCXXDeclarationSpecifier(); local
723 TPResult TPR = isCXXDeclarationSpecifier(); local
827 TPResult TPR = TryParseFunctionDeclarator(); local
1324 TPResult TPR = TPResult::False; local
1394 TPResult TPR = TryParseProtocolQualifiers(); local
1453 TPResult TPR = TryParseTypeofSpecifier(); local
1601 TPResult TPR = TryParseParameterDeclarationClause(&InvalidAsDeclaration); local
1682 TPResult TPR = isCXXDeclarationSpecifier(TPResult::False, local
1773 TPResult TPR = TryParseParameterDeclarationClause(); local
[all...]
H A DParseDecl.cpp2320 TPResult TPR = TryParseDeclarator(/*mayBeAbstract*/false); local
2323 if (TPR != TPResult::False) {
3855 TPResult TPR = isExpressionOrTypeSpecifierSimple(NextToken().getKind()); local
3858 if (TPR == TPResult::True)
3864 else if (TPR == TPResult::False &&
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dmep-opc.c529 { { MNEM, ' ', OP (RN3C), ',', OP (UDISP7), '(', OP (TPR), ')', 0 } },
535 { { MNEM, ' ', OP (RN3S), ',', OP (UDISP7A2), '(', OP (TPR), ')', 0 } },
541 { { MNEM, ' ', OP (RN3L), ',', OP (UDISP7A4), '(', OP (TPR), ')', 0 } },
547 { { MNEM, ' ', OP (RN3C), ',', OP (UDISP7), '(', OP (TPR), ')', 0 } },
553 { { MNEM, ' ', OP (RN3S), ',', OP (UDISP7A2), '(', OP (TPR), ')', 0 } },
559 { { MNEM, ' ', OP (RN3L), ',', OP (UDISP7A4), '(', OP (TPR), ')', 0 } },
565 { { MNEM, ' ', OP (RN3UC), ',', OP (UDISP7), '(', OP (TPR), ')', 0 } },
571 { { MNEM, ' ', OP (RN3US), ',', OP (UDISP7A2), '(', OP (TPR), ')', 0 } },
/freebsd-11.0-release/sys/dev/cx/
H A Dcxreg.h173 #define TPR(b) R(b,0xd8) /* timer period register */ macro
H A Dcsigma.c997 outb (TPR(c->port), 10);
1035 outw (RTPR(c->port), 10); /* 10 msec, see TPR */

Completed in 84 milliseconds