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

/freebsd-10.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
169 TPResult TPR = isCXXDeclarationSpecifier(); local
177 TPResult TPR = TryParseInitDeclaratorList(); local
217 TPResult TPR = TryParseDeclarator(false/*mayBeAbstract*/); local
275 TPResult TPR = isCXXDeclarationSpecifier(); local
352 TPResult TPR = isCXXDeclarationSpecifier(); local
671 TPResult TPR = TryParseFunctionDeclarator(); local
1166 TPResult TPR = TPResult::False(); local
1236 TPResult TPR = TryParseProtocolQualifiers(); local
1295 TPResult TPR = TryParseTypeofSpecifier(); local
1369 TPResult TPR = isCXXDeclarationSpecifier(TPResult::False(), local
1413 TPResult TPR = TryParseParameterDeclarationClause(&InvalidAsDeclaration); local
1495 TPResult TPR = TryParseDeclarationSpecifier(InvalidAsDeclaration); local
1549 TPResult TPR = TryParseParameterDeclarationClause(); local
[all...]
H A DParseDecl.cpp2147 TPResult TPR = TryParseDeclarator(/*mayBeAbstract*/false); local
2149 if (TPR == TPResult::False())
3482 TPResult TPR = isExpressionOrTypeSpecifierSimple(NextToken().getKind()); local
3485 if (TPR == TPResult::True())
3491 else if (TPR == TPResult::False() &&
/freebsd-10.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-10.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 100 milliseconds