| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | asltransform.c | 628 ACPI_PARSE_OBJECT *Conditional = NULL; in TrDoSwitch() local 689 NewOp->Asl.Parent = Conditional->Asl.Parent; in TrDoSwitch() 694 TrAmlInsertPeer (Conditional, NewOp); in TrDoSwitch() 699 Conditional = CaseOp; in TrDoSwitch() 701 Conditional->Asl.Child->Asl.Next = NULL; in TrDoSwitch() 715 TrAmlInitLineNumbers (NewOp2, Conditional); in TrDoSwitch() 740 TrAmlInitLineNumbers (NewOp2, Conditional); in TrDoSwitch() 746 TrAmlInitLineNumbers (NewOp2, Conditional); in TrDoSwitch() 751 TrAmlInitLineNumbers (NewOp2, Conditional); in TrDoSwitch() 757 NewOp2->Asl.Parent = Conditional; in TrDoSwitch() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | type_traits.h | 45 template <bool Cond, typename L, typename R> struct Conditional { 49 template <typename L, typename R> struct Conditional<false, L, R> {
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OperatorPrecedence.h | 30 Conditional = 3, // ? enumerator
|
| H A D | OperatorKinds.def | 103 OVERLOADED_OPERATOR_MULTI(Conditional , "?" , false, true , false)
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | PropertiesBase.td | 192 code Conditional = ""; 496 let Conditional = [{ hasBase && isTypeInfo }]; 502 let Conditional = [{ hasBase && isDynamicAlloc }]; 506 let Conditional = [{ hasBase && (isTypeInfo || isDynamicAlloc) }]; 514 let Conditional = [{ hasBase && !isTypeInfo }]; 518 let Conditional = [{ hasBase && !isTypeInfo }]; 522 let Conditional = [{ hasBase && !isTypeInfo && isExpr }]; 526 let Conditional = [{ hasBase && !isTypeInfo && !isDynamicAlloc && !isExpr }]; 533 let Conditional = [{ hasLValuePath }]; 706 let Conditional = [{ !identifier }];
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterBanks.td | 18 /// Conditional register: NZCV.
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | OperatorPrecedence.cpp | 53 case tok::question: return prec::Conditional; in getBinOpPrecedence()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoZicond.td | 10 // Conditional operations extension (Zicond).
|
| H A D | RISCVFeatures.td | 131 : RISCVExtension<1, 0, "Integer Conditional Operations">, 135 "(Integer Conditional Operations)">; 217 : RISCVExtension<1, 0, "Load-Reserved/Store-Conditional">; 221 "'Zalrsc' (Load-Reserved/Store-Conditional)">; 1110 : RISCVExtension<1, 0, "Ventana Conditional Ops">; 1113 "'XVentanaCondOps' (Ventana Conditional Ops)">; 1468 "Qualcomm uC Conditional Load Immediate Extension">; 1472 "'Xqcicli' (Qualcomm uC Conditional Load Immediate Extension)">; 1475 : RISCVExperimentalExtension<0, 2, "Qualcomm uC Conditional Move Extension", 1480 "'Xqcicm' (Qualcomm uC Conditional Move Extension)">; [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCondMov.td | 1 //===-- MipsCondMov.td - Describe Mips Conditional Moves --*- tablegen -*--===// 9 // This is the Conditional Moves implementation. 13 // Conditional moves:
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrCMovSetCC.td | 1 //===-- X86InstrCMovSetCC.td - Conditional Move and SetCC --*- tablegen -*-===// 90 // Conditional moves with folded loads with operands swapped and conditions
|
| H A D | X86InstrControl.td | 72 // Conditional Branches. 299 // Conditional tail calls are similar to the above, but they are branches 431 // Conditional tail calls are similar to the above, but they are branches
|
| H A D | X86InstrConditionalCompare.td | 1 //===-- X86InstrConditionalCompare.td - Conditional Compare --*- tablegen -*-==//
|
| /freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
| H A D | e500mc_power_isa.dtsi | 54 power-isa-scpm; // Store Conditional Page Mobility
|
| H A D | e5500_power_isa.dtsi | 54 power-isa-scpm; // Store Conditional Page Mobility
|
| H A D | e6500_power_isa.dtsi | 54 power-isa-scpm; // Store Conditional Page Mobility
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 509 static std::optional<Clarification> clarify(const CFGBlock *Conditional, in clarify() argument 511 if (const Stmt *Terminator = Conditional->getTerminatorStmt()) { in clarify() 512 return NotCalledClarifier{Conditional, SuccWithoutCall}.Visit(Terminator); in clarify()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | OSSL_PROVIDER-FIPS.pod | 359 Conditional test that is run during the generation of key pairs. 363 Conditional test that is run during the import of key pairs. 367 Conditional test run during generation that derive the public key from the
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrFormats.td | 285 // Conditional Branch (BR) 343 // Conditional Branch Relative (BRR) 376 // Conditional Set (SCC)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrCompiler.td | 51 // Conditional Move Pseudo Instructions
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | ContinuationIndenter.cpp | 136 Token.getPrecedence() > prec::Conditional && in isAlignableBinaryOperator() 1452 NextNonComment->Next->FakeLParens.back() == prec::Conditional) || in getNewLineColumn() 1454 Current.FakeLParens.back() == prec::Conditional)) && in getNewLineColumn() 1853 (PrecedenceLevel == prec::Conditional && in moveStatePastFakeLParens() 1873 if (PrecedenceLevel != prec::Conditional && in moveStatePastFakeLParens() 1884 if (PrecedenceLevel == prec::Conditional && Previous && in moveStatePastFakeLParens() 1890 } else if (PrecedenceLevel == prec::Conditional || in moveStatePastFakeLParens()
|
| H A D | WhitespaceManager.cpp | 264 Change.Tok->FakeLParens[e - 1 - i] == prec::Conditional && in calculateLineBreakInformation() 1052 C.Tok->Next->FakeLParens.back() != prec::Conditional))); in alignChainedConditionals() 1061 C.Tok->FakeLParens.back() != prec::Conditional)); in alignChainedConditionals()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 106 return ParseRHSOfBinaryExpression(LHS, prec::Conditional); in ParseConditionalExpression() 129 ExprResult Res(ParseRHSOfBinaryExpression(LHS, prec::Conditional)); in ParseConstantExpressionInExprEvalContext() 181 ExprResult Res(ParseRHSOfBinaryExpression(LHS, prec::Conditional)); in ParseCaseExpression() 307 return Level > prec::Unknown && Level != prec::Conditional && in isFoldOperator() 379 if (NextTokPrec == prec::Conditional) { in ParseRHSOfBinaryExpression() 458 } else if (getLangOpts().CPlusPlus && NextTokPrec <= prec::Conditional) in ParseRHSOfBinaryExpression() 474 bool isRightAssoc = ThisPrec == prec::Conditional || in ParseRHSOfBinaryExpression()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 38 bool Conditional = false; member in __anon61bd5b670111::NVPTXActionTy 45 ArrayRef<llvm::Value *> ExitArgs, bool Conditional = false) in NVPTXActionTy() argument 47 ExitArgs(ExitArgs), Conditional(Conditional) {} in NVPTXActionTy() 50 if (Conditional) { in Enter()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | frame | 36 # "Overview" "lastpage "firstpage "Add File" "Conditional Text" "Table Format" "Creating a referenc…
|