| /freebsd-13.1/sys/contrib/dev/acpica/compiler/ |
| H A D | asltransform.c | 623 ACPI_PARSE_OBJECT *Conditional = NULL; in TrDoSwitch() local 694 Conditional = CaseOp; in TrDoSwitch() 752 NewOp2->Asl.Parent = Conditional; in TrDoSwitch() 756 Conditional->Asl.Child = NewOp2; in TrDoSwitch() 777 NewOp2->Asl.Parent = Conditional; in TrDoSwitch() 787 Conditional->Asl.Child = Predicate; in TrDoSwitch() 800 Conditional->Asl.Next = NULL; in TrDoSwitch() 999 Conditional = StartNode->Asl.Child; in TrDoSwitch() 1000 while (Conditional->Asl.Next) in TrDoSwitch() 1002 Conditional = Conditional->Asl.Next; in TrDoSwitch() [all …]
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterBanks.td | 18 /// Conditional register: NZCV.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | PropertiesBase.td | 182 code Conditional = ""; 479 let Conditional = [{ hasBase && isTypeInfo }]; 485 let Conditional = [{ hasBase && isTypeInfo }]; 489 let Conditional = [{ hasBase && !isTypeInfo }]; 493 let Conditional = [{ hasBase && !isTypeInfo }]; 497 let Conditional = [{ hasBase && !isTypeInfo && isExpr }]; 501 let Conditional = [{ hasBase && !isTypeInfo && !isExpr }]; 508 let Conditional = [{ hasLValuePath }]; 675 let Conditional = [{ !identifier }];
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | OperatorPrecedence.cpp | 53 case tok::question: return prec::Conditional; in getBinOpPrecedence()
|
| /freebsd-13.1/contrib/libcbor/ |
| H A D | .travis.yml | 57 …if grep -q 'Memory Leak\|IPW\|Uninitialized Memory Conditional\|Uninitialized Memory Read' memchec…
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrCMovSetCC.td | 1 //===-- X86InstrCMovSetCC.td - Conditional Move and SetCC --*- tablegen -*-===// 64 // Conditional moves with folded loads with operands swapped and conditions
|
| H A D | X86InstrControl.td | 72 // Conditional Branches. 310 // Conditional tail calls are similar to the above, but they are branches 434 // Conditional tail calls are similar to the above, but they are branches
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 869 bool Conditional = false); 906 FinalizeCallbackTy FiniCB, bool Conditional = false,
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 512 clarify(const CFGBlock *Conditional, const CFGBlock *SuccWithoutCall) { in clarify() argument 513 if (const Stmt *Terminator = Conditional->getTerminatorStmt()) { in clarify() 514 return NotCalledClarifier{Conditional, SuccWithoutCall}.Visit(Terminator); in clarify()
|
| /freebsd-13.1/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-13.1/contrib/googletest/googletest/cmake/ |
| H A D | internal_utils.cmake | 82 # Conditional expression is constant. 84 # (Conditional expression is constant). In our code, we disable that
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrCompiler.td | 51 // Conditional Move Pseudo Instructions
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | ContinuationIndenter.cpp | 1053 NextNonComment->Next->FakeLParens.back() == prec::Conditional) || in getNewLineColumn() 1055 Current.FakeLParens.back() == prec::Conditional)) && in getNewLineColumn() 1372 (*I == prec::Conditional && Previous->is(tok::question) && in moveStatePastFakeLParens() 1392 if (*I != prec::Conditional && !Current.is(TT_UnaryOperator) && in moveStatePastFakeLParens() 1401 if (*I == prec::Conditional && Previous && Previous->is(tok::colon) && in moveStatePastFakeLParens() 1406 } else if (*I == prec::Conditional || in moveStatePastFakeLParens()
|
| H A D | WhitespaceManager.cpp | 246 Change.Tok->FakeLParens[e - 1 - i] == prec::Conditional && in calculateLineBreakInformation() 791 C.Tok->Next->FakeLParens.back() != prec::Conditional))); in alignChainedConditionals() 800 C.Tok->FakeLParens.back() != prec::Conditional)); in alignChainedConditionals()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 207 ExprResult Res(ParseRHSOfBinaryExpression(LHS, prec::Conditional)); in ParseConstantExpressionInExprEvalContext() 225 ExprResult Res(ParseRHSOfBinaryExpression(LHS, prec::Conditional)); in ParseCaseExpression() 385 return Level > prec::Unknown && Level != prec::Conditional && in isFoldOperator() 463 if (NextTokPrec == prec::Conditional) { in ParseRHSOfBinaryExpression() 543 } else if (getLangOpts().CPlusPlus && NextTokPrec <= prec::Conditional) in ParseRHSOfBinaryExpression() 564 bool isRightAssoc = ThisPrec == prec::Conditional || in ParseRHSOfBinaryExpression()
|
| H A D | ParseOpenMP.cpp | 3008 ExprResult Val(ParseRHSOfBinaryExpression(LHS, prec::Conditional)); in ParseOpenMPParensExpr() 3123 ParseRHSOfBinaryExpression(LHS, prec::Conditional)); in ParseOpenMPInteropClause() 3439 Val = ParseRHSOfBinaryExpression(LHS, prec::Conditional); in ParseOpenMPSingleExprWithArgClause() 3667 ParseRHSOfBinaryExpression(LHS, prec::Conditional)); in ParseOpenMPIteratorsExpr() 3679 ParseRHSOfBinaryExpression(LHS, prec::Conditional)); in ParseOpenMPIteratorsExpr() 3693 ParseRHSOfBinaryExpression(LHS, prec::Conditional)); in ParseOpenMPIteratorsExpr()
|
| /freebsd-13.1/contrib/googletest/googletest/docs/ |
| H A D | PumpManual.md | 129 | `$if exp [[ code ]] else_branch` | Conditional. …
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1965 BodyGenCallbackTy BodyGenCB, FinalizeCallbackTy FiniCB, bool Conditional, in EmitOMPInlinedRegion() argument 1982 emitCommonDirectiveEntry(OMPD, EntryCall, ExitBB, Conditional); in EmitOMPInlinedRegion() 2017 if (!Conditional && SkipEmittingRegion) { in EmitOMPInlinedRegion() 2033 Directive OMPD, Value *EntryCall, BasicBlock *ExitBB, bool Conditional) { in emitCommonDirectiveEntry() argument 2035 if (!Conditional || !EntryCall) in emitCommonDirectiveEntry()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.td | 55 // Conditional mov 58 // Conditional Branch 381 // Conditional branch.
|