Searched refs:Conditional (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h30 Conditional = 3, // ? enumerator in enum:clang::prec::Level
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Dasltransform.c578 ACPI_PARSE_OBJECT *Conditional = NULL; local
637 NewOp->Asl.Parent = Conditional->Asl.Parent;
642 TrAmlInsertPeer (Conditional, NewOp);
647 Conditional = CaseOp;
649 Conditional->Asl.Child->Asl.Next = NULL;
663 TrAmlInitLineNumbers (NewOp2, Conditional);
688 TrAmlInitLineNumbers (NewOp2, Conditional);
694 TrAmlInitLineNumbers (NewOp2, Conditional);
699 TrAmlInitLineNumbers (NewOp2, Conditional);
705 NewOp2->Asl.Parent = Conditional;
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DOperatorPrecedence.cpp53 case tok::question: return prec::Conditional;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp207 ExprResult Res(ParseRHSOfBinaryExpression(LHS, prec::Conditional));
225 ExprResult Res(ParseRHSOfBinaryExpression(LHS, prec::Conditional));
385 return Level > prec::Unknown && Level != prec::Conditional &&
463 if (NextTokPrec == prec::Conditional) {
543 } else if (getLangOpts().CPlusPlus && NextTokPrec <= prec::Conditional)
564 bool isRightAssoc = ThisPrec == prec::Conditional ||
H A DParseOpenMP.cpp2269 ExprResult Val(ParseRHSOfBinaryExpression(LHS, prec::Conditional));
2517 Val = ParseRHSOfBinaryExpression(LHS, prec::Conditional);
2763 // Conditional modifier allowed only in OpenMP 5.0 and not supported in
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp1893 // Conditional expressions need to be parsed separately for proper nesting.
1894 if (Precedence == prec::Conditional) {
1929 (CurrentPrecedence == prec::Conditional &&
1974 return prec::Conditional;
2055 addFakeParenthesis(Start, prec::Conditional);
2581 return prec::Conditional;
H A DContinuationIndenter.cpp1274 if (*I != prec::Conditional && !Current.is(TT_UnaryOperator) &&
1282 if (*I == prec::Conditional ||
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp593 const bool CondValue = DER.Conditional;
981 // C99 6.10.1 - Conditional Inclusion.
2846 // Preprocessor Conditional Directive Handling.
2938 const bool ConditionalTrue = DER.Conditional;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp125 bool Conditional = false; member in class:__anon423::final
132 ArrayRef<llvm::Value *> ExitArgs, bool Conditional = false)
134 ExitArgs(ExitArgs), Conditional(Conditional) {}
137 if (Conditional) {
H A DCGOpenMPRuntime.cpp3205 bool Conditional; member in class:__anon409::final
3212 ArrayRef<llvm::Value *> ExitArgs, bool Conditional = false)
3214 ExitArgs(ExitArgs), Conditional(Conditional) {}
3217 if (Conditional) {
3276 /*Conditional=*/true);
3414 /*Conditional=*/true);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2079 bool Conditional; member in struct:clang::Preprocessor::DirectiveEvalResult
2303 // Conditional Inclusion.

Completed in 193 milliseconds