| /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/clang/include/clang/AST/ |
| H A D | PropertiesBase.td | 189 code Conditional = ""; 492 let Conditional = [{ hasBase && isTypeInfo }]; 498 let Conditional = [{ hasBase && isDynamicAlloc }]; 502 let Conditional = [{ hasBase && (isTypeInfo || isDynamicAlloc) }]; 510 let Conditional = [{ hasBase && !isTypeInfo }]; 514 let Conditional = [{ hasBase && !isTypeInfo }]; 518 let Conditional = [{ hasBase && !isTypeInfo && isExpr }]; 522 let Conditional = [{ hasBase && !isTypeInfo && !isDynamicAlloc && !isExpr }]; 529 let Conditional = [{ hasLValuePath }]; 704 let Conditional = [{ !identifier }];
|
| /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/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 | 127 "'Zicond' (Integer Conditional Operations)">, 131 "'Zicond' (Integer Conditional Operations)">; 263 "'Zalrsc' (Load-Reserved/Store-Conditional)">; 268 "'Zalrsc' (Load-Reserved/Store-Conditional)">; 1050 "'XVentanaCondOps' (Ventana Conditional Ops)">; 1053 "'XVentanaCondOps' (Ventana Conditional Ops)">;
|
| /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. 296 // Conditional tail calls are similar to the above, but they are branches 420 // Conditional tail calls are similar to the above, but they are branches
|
| /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/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | ConstructCompositionT.h | 338 if (mod && *mod == ModifierTy::Conditional) { in mergeDSA() 412 auto conditional = LastprivateTy::LastprivateModifier::Conditional; in mergeDSA()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 511 static std::optional<Clarification> clarify(const CFGBlock *Conditional, in clarify() argument 513 if (const Stmt *Terminator = Conditional->getTerminatorStmt()) { in clarify() 514 return NotCalledClarifier{Conditional, SuccWithoutCall}.Visit(Terminator); in clarify()
|
| /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/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/M68k/ |
| H A D | M68kInstrCompiler.td | 51 // Conditional Move Pseudo Instructions
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 198 return ParseRHSOfBinaryExpression(LHS, prec::Conditional); in ParseConditionalExpression() 229 ExprResult Res(ParseRHSOfBinaryExpression(LHS, prec::Conditional)); in ParseConstantExpressionInExprEvalContext() 256 ExprResult Res(ParseRHSOfBinaryExpression(LHS, prec::Conditional)); in ParseCaseExpression() 416 return Level > prec::Unknown && Level != prec::Conditional && in isFoldOperator() 494 if (NextTokPrec == prec::Conditional) { in ParseRHSOfBinaryExpression() 574 } else if (getLangOpts().CPlusPlus && NextTokPrec <= prec::Conditional) in ParseRHSOfBinaryExpression() 595 bool isRightAssoc = ThisPrec == prec::Conditional || in ParseRHSOfBinaryExpression()
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | ContinuationIndenter.cpp | 1339 NextNonComment->Next->FakeLParens.back() == prec::Conditional) || in getNewLineColumn() 1341 Current.FakeLParens.back() == prec::Conditional)) && in getNewLineColumn() 1737 (PrecedenceLevel == prec::Conditional && in moveStatePastFakeLParens() 1757 if (PrecedenceLevel != prec::Conditional && in moveStatePastFakeLParens() 1768 if (PrecedenceLevel == prec::Conditional && Previous && in moveStatePastFakeLParens() 1774 } else if (PrecedenceLevel == prec::Conditional || in moveStatePastFakeLParens()
|
| H A D | WhitespaceManager.cpp | 264 Change.Tok->FakeLParens[e - 1 - i] == prec::Conditional && in calculateLineBreakInformation() 1057 C.Tok->Next->FakeLParens.back() != prec::Conditional))); in alignChainedConditionals() 1066 C.Tok->FakeLParens.back() != prec::Conditional)); in alignChainedConditionals()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 37 bool Conditional = false; member in __anon61bd5b670111::NVPTXActionTy 44 ArrayRef<llvm::Value *> ExitArgs, bool Conditional = false) in NVPTXActionTy() argument 46 ExitArgs(ExitArgs), Conditional(Conditional) {} in NVPTXActionTy() 49 if (Conditional) { in Enter()
|
| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 210 case Node::Prec::Conditional: in print() 211 return printStr("Node::Prec::Conditional"); in print()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | frame | 36 # "Overview" "lastpage "firstpage "Add File" "Conditional Text" "Table Format" "Creating a referenc…
|