Searched defs:If (Results 1 - 12 of 12) 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.h67 /// \param RecoveryPath If this client indicates that it can recover from
101 /// in the file system. If the file was found via an absolute include path,
192 /// If -- This hook is called whenever an #if is seen.
196 virtual void If(SourceLocation Loc, SourceRange ConditionRange) { function in class:clang::PPCallbacks
345 /// If -- This hook is called whenever an #if is seen.
346 virtual void If(SourceLocation Loc, SourceRange ConditionRange) { function in class:clang::PPChainedCallbacks
347 First->If(Loc, ConditionRange);
348 Second->If(Loc, ConditionRange);
/external/clang/lib/AST/
H A DStmtPrinter.cpp51 // If this is an expr used in a stmt context, indent and newline it.
66 void PrintRawIfStmt(IfStmt *If);
189 void StmtPrinter::PrintRawIfStmt(IfStmt *If) { argument
191 PrintExpr(If->getCond());
194 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(If->getThen())) {
197 OS << (If->getElse() ? ' ' : '\n');
200 PrintStmt(If->getThen());
201 if (If->getElse()) Indent();
204 if (Stmt *Else = If->getElse()) {
216 PrintStmt(If
221 VisitIfStmt(IfStmt *If) argument
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1376 CAMLprim LLVMValueRef llvm_build_cond_br(LLVMValueRef If, argument
1380 return LLVMBuildCondBr(Builder_val(B), If, Then, Else);
1892 CAMLprim LLVMValueRef llvm_build_select(LLVMValueRef If, argument
1895 return LLVMBuildSelect(Builder_val(B), If, Then, Else, String_val(Name));
/external/clang/tools/libclang/
H A DCIndex.cpp168 // If we have a range of interest, and this cursor doesn't intersect with it,
197 // If the begin/end of the range lie in the same FileID, do the optimization
222 // If the end does not reside in the same file, try to recover by
267 // If we didn't find any file level decls for the file, try looking at the
715 // If we have a function declared directly (without the use of a typedef),
905 // in the current DeclContext. If any fall within the
1180 // If the type has a form where we know that the beginning of the source
1748 void VisitIfStmt(IfStmt *If);
1980 void EnqueueVisitor::VisitIfStmt(IfStmt *If) { argument
1981 AddStmt(If
[all...]
/external/llvm/lib/VMCore/
H A DCore.cpp1776 LLVMValueRef LLVMBuildCondBr(LLVMBuilderRef B, LLVMValueRef If, argument
1778 return wrap(unwrap(B)->CreateCondBr(unwrap(If), unwrap(Then), unwrap(Else)));
2215 LLVMValueRef LLVMBuildSelect(LLVMBuilderRef B, LLVMValueRef If, argument
2218 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 251 milliseconds