Home
last modified time | relevance | path

Searched refs:Conditional (Results 1 – 25 of 112) sorted by relevance

12345

/freebsd/sys/contrib/dev/acpica/compiler/
H A Dasltransform.c628 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 Dtype_traits.h45 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 DOperatorPrecedence.h30 Conditional = 3, // ? enumerator
H A DOperatorKinds.def103 OVERLOADED_OPERATOR_MULTI(Conditional , "?" , false, true , false)
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td192 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 DAArch64RegisterBanks.td18 /// Conditional register: NZCV.
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOperatorPrecedence.cpp53 case tok::question: return prec::Conditional; in getBinOpPrecedence()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZicond.td10 // Conditional operations extension (Zicond).
H A DRISCVFeatures.td131 : 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 DMipsCondMov.td1 //===-- 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 DX86InstrCMovSetCC.td1 //===-- X86InstrCMovSetCC.td - Conditional Move and SetCC --*- tablegen -*-===//
90 // Conditional moves with folded loads with operands swapped and conditions
H A DX86InstrControl.td72 // 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 DX86InstrConditionalCompare.td1 //===-- X86InstrConditionalCompare.td - Conditional Compare --*- tablegen -*-==//
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A De500mc_power_isa.dtsi54 power-isa-scpm; // Store Conditional Page Mobility
H A De5500_power_isa.dtsi54 power-isa-scpm; // Store Conditional Page Mobility
H A De6500_power_isa.dtsi54 power-isa-scpm; // Store Conditional Page Mobility
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp509 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 DOSSL_PROVIDER-FIPS.pod359 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 DLanaiInstrFormats.td285 // Conditional Branch (BR)
343 // Conditional Branch Relative (BRR)
376 // Conditional Set (SCC)
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrCompiler.td51 // Conditional Move Pseudo Instructions
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp136 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 DWhitespaceManager.cpp264 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 DParseExpr.cpp106 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 DCGOpenMPRuntimeGPU.cpp38 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 Dframe36 # "Overview" "lastpage "firstpage "Add File" "Conditional Text" "Table Format" "Creating a referenc…

12345