OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsConditional
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp
1411
bool
IsConditional
;
1413
IsConditional
= true;
1418
IsConditional
= false;
1425
if (
IsConditional
) {
1483
if (
IsConditional
)
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h
609
unsigned
IsConditional
: 1;
613
bool
isConditional
() const { return
IsConditional
; }
775
(Header.
IsConditional
? sizeof(ActiveFlag) : 0));
782
if (Header.
IsConditional
)
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp
656
:
IsConditional
(true), KnownExecuted(KnownExecuted) {}
665
return
IsConditional
&& !TerminatorExpr;
675
const bool
IsConditional
= false;
Completed in 89 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026