OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCond
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPIRBuilder.h
1135
BasicBlock *
getCond
() const { return Cond; }
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtCXX.h
166
Expr *
getCond
() { return cast_or_null<Expr>(SubExprs[COND]); }
180
const Expr *
getCond
() const {
StmtOpenMP.h
1246
Expr *
getCond
() const { return cast<Expr>(Data->getChildren()[CondOffset]); }
Expr.h
4043
//
getCond
- Return the expression representing the condition for
4045
Expr *
getCond
() const;
4088
//
getCond
- Return the expression representing the condition for
4090
Expr *
getCond
() const { return cast<Expr>(SubExprs[COND]); }
4105
return
getCond
()->getBeginLoc();
4169
///
getCond
- Return the condition expression; this is defined
4171
Expr *
getCond
() const { return cast<Expr>(SubExprs[COND]); }
4207
inline Expr *AbstractConditionalOperator::
getCond
() const {
4209
return co->
getCond
();
4210
return cast<BinaryConditionalOperator>(this)->
getCond
();
[
all
...]
Stmt.h
1982
Expr *
getCond
() {
1986
const Expr *
getCond
() const {
2185
Expr *
getCond
() {
2189
const Expr *
getCond
() const {
2290
: reinterpret_cast<const Stmt *>(
getCond
())->getEndLoc();
2365
Expr *
getCond
() {
2369
const Expr *
getCond
() const {
2467
Expr *
getCond
() { return reinterpret_cast<Expr *>(SubExprs[COND]); }
2468
const Expr *
getCond
() const {
2537
Expr *
getCond
() { return reinterpret_cast<Expr*>(SubExprs[COND]);
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h
957
Init *
getCond
(unsigned Num) const {
Completed in 42 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026