Searched defs:If (Results 1 - 13 of 13) sorted by relevance

/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml20 | If of expr * expr * expr Constructor in type:expr
H A Dtoken.ml18 | If | Then | Else Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml23 | If of expr * expr * expr Constructor in type:expr
H A Dtoken.ml18 | If | Then | Else Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml23 | If of expr * expr * expr Constructor in type:expr
H A Dtoken.ml18 | If | Then | Else Constructor in type:token
/external/clang/include/clang/Lex/
H A DPPCallbacks.h69 /// \param RecoveryPath If this client indicates that it can recover from
103 /// in the file system. If the file was found via an absolute include path,
195 virtual void If(SourceLocation Loc, SourceRange ConditionRange) { function in class:clang::PPCallbacks
345 virtual void If(SourceLocation Loc, SourceRange ConditionRange) { function in class:clang::PPChainedCallbacks
346 First->If(Loc, ConditionRange);
347 Second->If(Loc, ConditionRange);
/external/clang/lib/AST/
H A DStmtPrinter.cpp50 // If this is an expr used in a stmt context, indent and newline it.
65 void PrintRawIfStmt(IfStmt *If);
188 void StmtPrinter::PrintRawIfStmt(IfStmt *If) { argument
190 PrintExpr(If->getCond());
193 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(If->getThen())) {
196 OS << (If->getElse() ? ' ' : '\n');
199 PrintStmt(If->getThen());
200 if (If->getElse()) Indent();
203 if (Stmt *Else = If->getElse()) {
215 PrintStmt(If
220 VisitIfStmt(IfStmt *If) argument
[all...]
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp211 // noreturn, that don't return. If people would like this warning to be more
461 static void CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, argument
465 // If condition is always true, remove all but the 'then'.
467 CharSourceRange::getCharRange(If->getLocStart(),
476 // If condition is always false, remove all but the 'else'.
479 CharSourceRange::getCharRange(If->getLocStart(),
482 Fixit1 = FixItHint::CreateRemoval(If->getSourceRange());
628 /// as a warning. If a particular use is one we omit warnings for, returns
737 // If there are no unreachable statements, this may be a special
946 // If w
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1379 CAMLprim LLVMValueRef llvm_build_cond_br(LLVMValueRef If, argument
1383 return LLVMBuildCondBr(Builder_val(B), If, Then, Else);
1895 CAMLprim LLVMValueRef llvm_build_select(LLVMValueRef If, argument
1898 return LLVMBuildSelect(Builder_val(B), If, Then, Else, String_val(Name));
/external/clang/tools/libclang/
H A DCIndex.cpp170 // If we have a range of interest, and this cursor doesn't intersect with it,
204 // If the begin/end of the range lie in the same FileID, do the optimization
229 // If the end does not reside in the same file, try to recover by
274 // If we didn't find any file level decls for the file, try looking at the
732 // If we have a function declared directly (without the use of a typedef),
922 // in the current DeclContext. If any fall within the
1198 // If the type has a form where we know that the beginning of the source
1767 void VisitIfStmt(IfStmt *If);
1999 void EnqueueVisitor::VisitIfStmt(IfStmt *If) { argument
2000 AddStmt(If
[all...]
/external/llvm/lib/VMCore/
H A DCore.cpp1795 LLVMValueRef LLVMBuildCondBr(LLVMBuilderRef B, LLVMValueRef If, argument
1797 return wrap(unwrap(B)->CreateCondBr(unwrap(If), unwrap(Then), unwrap(Else)));
2234 LLVMValueRef LLVMBuildSelect(LLVMBuilderRef B, LLVMValueRef If, argument
2237 return wrap(unwrap(B)->CreateSelect(unwrap(If), unwrap(Then), unwrap(Else),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 276 milliseconds