OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Conditional
(Results
1 - 25
of
31
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
OperatorPrecedence.h
30
Conditional
= 3, // ?
/src/sys/external/bsd/acpica/dist/compiler/
asltransform.c
520
ACPI_PARSE_OBJECT *
Conditional
= NULL;
581
NewOp->Asl.Parent =
Conditional
->Asl.Parent;
586
TrAmlInsertPeer (
Conditional
, NewOp);
591
Conditional
= CaseOp;
593
Conditional
->Asl.Child->Asl.Next = NULL;
607
TrAmlInitLineNumbers (NewOp2,
Conditional
);
632
TrAmlInitLineNumbers (NewOp2,
Conditional
);
638
TrAmlInitLineNumbers (NewOp2,
Conditional
);
643
TrAmlInitLineNumbers (NewOp2,
Conditional
);
649
NewOp2->Asl.Parent =
Conditional
;
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Basic/
OperatorPrecedence.cpp
53
case tok::question: return prec::
Conditional
;
/src/external/gpl3/gdb/dist/sim/testsuite/aarch64/
fcsel.s
3
# Check the FP
Conditional
Select instruction: fcsel.
/src/external/gpl3/gdb.old/dist/sim/testsuite/aarch64/
fcsel.s
3
# Check the FP
Conditional
Select instruction: fcsel.
/src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPIRBuilder.h
119
///
conditional
branch from the loop condition check and
728
/// Generate
conditional
branch and relevant BasicBlocks through which private
732
/// \param IP insertion block for copyin
conditional
812
/// \param
Conditional
indicate if the entry call result will be used
813
/// to evaluate a
conditional
of whether a thread will execute
819
bool
Conditional
= false);
843
/// \param
Conditional
indicate if the entry call result will be used
844
/// to evaluate a
conditional
of whether a thread will execute
856
FinalizeCallbackTy FiniCB, bool
Conditional
= false,
/src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
gcc-rtl.vim
64
hi def link rtlConditional
Conditional
gimple.vim
131
hi def link gimpleConditional
Conditional
/src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
gcc-rtl.vim
64
hi def link rtlConditional
Conditional
gimple.vim
131
hi def link gimpleConditional
Conditional
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
foreachvar.d
299
case STMT.
Conditional
:
astenums.d
354
Conditional
,
statement.d
376
inout(ConditionalStatement) isConditionalStatement() { return stmt == STMT.
Conditional
? cast(typeof(return))this : null; }
1072
super(loc, STMT.
Conditional
);
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CalledOnceCheck.cpp
501
/// from
Conditional
to SuccWithoutCall.
504
/// SuccWithoutCall should be a successor block for
Conditional
.
509
/// block,
Conditional
, is named that way, so it is clear what kind of
512
clarify(const CFGBlock *
Conditional
, const CFGBlock *SuccWithoutCall) {
513
if (const Stmt *Terminator =
Conditional
->getTerminatorStmt()) {
514
return NotCalledClarifier{
Conditional
, SuccWithoutCall}.Visit(Terminator);
1406
// typical
conditional
names, such as 'error' or 'cancel'.
/src/external/apache2/llvm/dist/clang/lib/Format/
WhitespaceManager.cpp
234
// Compute
conditional
nesting level
235
// Level is increased for each
conditional
, unless this
conditional
continues
236
// a chain of
conditional
, i.e. starts immediately after the colon of another
237
//
conditional
.
243
Change.Tok->FakeLParens[e - 1 - i] == prec::
Conditional
&&
776
C.Tok->Next->FakeLParens.back() != prec::
Conditional
)));
785
C.Tok->FakeLParens.back() != prec::
Conditional
));
799
// colon in
conditional
sequence
ContinuationIndenter.cpp
1053
NextNonComment->Next->FakeLParens.back() == prec::
Conditional
) ||
1055
Current.FakeLParens.back() == prec::
Conditional
)) &&
1372
(*I == prec::
Conditional
&& Previous->is(tok::question) &&
1392
if (*I != prec::
Conditional
&& !Current.is(TT_UnaryOperator) &&
1396
// Indent
conditional
expressions, unless they are chained "else-if"
1401
if (*I == prec::
Conditional
&& Previous && Previous->is(tok::colon) &&
1406
} else if (*I == prec::
Conditional
||
TokenAnnotator.cpp
1068
// Declarations cannot be
conditional
expressions, this can only be part
2085
//
Conditional
expressions need to be parsed separately for proper nesting.
2086
if (Precedence == prec::
Conditional
) {
2121
(CurrentPrecedence == prec::
Conditional
&&
2166
return prec::
Conditional
;
2247
addFakeParenthesis(Start, prec::
Conditional
);
2779
return prec::
Conditional
;
3879
// extends and infer can appear as keywords in
conditional
types:
3880
// https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-8.html#
conditional
-types
/src/usr.bin/make/unit-tests/
varmod-assign.mk
172
#
Conditional
directives are evaluated in command line scope. An assignment
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp
40
///
conditional
-expession. In practice, the important thing here is that the
42
/// unary-expression and
conditional
-expression don't produce. Because we want
43
/// consistency, we parse the LHS as a
conditional
-expression, then check for
105
///
conditional
-expression: [C99 6.5.15]
107
/// logical-OR-expression '?' expression ':'
conditional
-expression
108
/// [GNU] logical-OR-expression '?' ':'
conditional
-expression
112
///
conditional
-expression
207
ExprResult Res(ParseRHSOfBinaryExpression(LHS, prec::
Conditional
));
225
ExprResult Res(ParseRHSOfBinaryExpression(LHS, prec::
Conditional
));
385
return Level > prec::Unknown && Level != prec::
Conditional
&
[
all
...]
ParseOpenMP.cpp
2999
ExprResult Val(ParseRHSOfBinaryExpression(LHS, prec::
Conditional
));
3114
ParseRHSOfBinaryExpression(LHS, prec::
Conditional
));
3430
Val = ParseRHSOfBinaryExpression(LHS, prec::
Conditional
);
3658
ParseRHSOfBinaryExpression(LHS, prec::
Conditional
));
3670
ParseRHSOfBinaryExpression(LHS, prec::
Conditional
));
3684
ParseRHSOfBinaryExpression(LHS, prec::
Conditional
));
3824
//
Conditional
modifier allowed only in OpenMP 5.0 and not supported in
/src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp
1008
/*
Conditional
*/ false, /*hasFinalize*/ true,
1033
/*
Conditional
*/ true, /*hasFinalize*/ true);
1057
/*
Conditional
*/ true, /*hasFinalize*/ true);
1916
/*
Conditional
*/ true, /*hasFinalize*/ true);
1949
/*
Conditional
*/ false, /*hasFinalize*/ true);
1954
BodyGenCallbackTy BodyGenCB, FinalizeCallbackTy FiniCB, bool
Conditional
,
1961
// for
conditional
creation
1971
emitCommonDirectiveEntry(OMPD, EntryCall, ExitBB,
Conditional
);
2002
// If we are skipping the region of a non
conditional
, remove the exit
2006
if (!
Conditional
&& SkipEmittingRegion)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp
37
bool
Conditional
= false;
44
ArrayRef<llvm::Value *> ExitArgs, bool
Conditional
= false)
46
ExitArgs(ExitArgs),
Conditional
(
Conditional
) {}
49
if (
Conditional
) {
/src/external/gpl3/gdb/dist/sim/ppc/
powerpc.igen
218
count_type nr_branches_fallthrough; /* #
conditional
branches that fell through */
893
tail->name = "
conditional
branch";
922
tail->suffix_plural = "
conditional
branches";
923
tail->suffix_singular = "
conditional
branch";
968
void::model-function::model_branches:model_data *model_ptr, int failed, int
conditional
974
if (
conditional
>= 0)
975
model_ptr->nr_branch_conditional[
conditional
]++;
1520
0.16,6.BO,11.BI,16.BD,30.AA,31.LK:B:::Branch
Conditional
1563
0.19,6.BO,11.BI,16./,21.16,31.LK:XL:::Branch
Conditional
to Link Register
1598
0.19,6.BO,11.BI,16./,21.528,31.LK:XL:::Branch
Conditional
to Count Registe
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/ppc/
powerpc.igen
218
count_type nr_branches_fallthrough; /* #
conditional
branches that fell through */
893
tail->name = "
conditional
branch";
922
tail->suffix_plural = "
conditional
branches";
923
tail->suffix_singular = "
conditional
branch";
968
void::model-function::model_branches:model_data *model_ptr, int failed, int
conditional
974
if (
conditional
>= 0)
975
model_ptr->nr_branch_conditional[
conditional
]++;
1520
0.16,6.BO,11.BI,16.BD,30.AA,31.LK:B:::Branch
Conditional
1563
0.19,6.BO,11.BI,16./,21.16,31.LK:XL:::Branch
Conditional
to Link Register
1598
0.19,6.BO,11.BI,16./,21.528,31.LK:XL:::Branch
Conditional
to Count Registe
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp
559
assert(!InCond && "Can't be skipping if not in a
conditional
!");
575
// #else directive in a skipping
conditional
. If not in some other
576
// skipping
conditional
, and if #else hasn't already been seen, enter it
577
// as a non-skipping
conditional
.
583
// Note that we've seen a #else in this
conditional
.
586
// If the
conditional
is at the top level, and the #if block wasn't
621
const bool CondValue = DER.
Conditional
;
643
// Finally, if we are out of the
conditional
(saw an #endif or ran off the end
1008
// C99 6.10.1 -
Conditional
Inclusion.
2082
// We can't generate a consistent preamble with regard to the
conditional
[
all
...]
Completed in 61 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026