HomeSort by relevance Sort by last modified time
    Searched defs:If (Results 1 - 20 of 20) sorted by null

  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 26 if (Range.isInvalid())
32 if (low == CondDirectiveLocs.end())
35 if (SourceMgr.isBeforeInTranslationUnit(Range.getEnd(), low->getLoc()))
42 if (upp != CondDirectiveLocs.end())
50 if (Loc.isInvalid())
52 if (CondDirectiveLocs.empty())
55 if (SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(),
69 if (SourceMgr.isInSystemHeader(DirLoc.getLoc()))
78 void PPConditionalDirectiveRecord::If(SourceLocation Loc,
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 19 (* variant for if/then/else. *)
20 | If of expr * expr * expr
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
18 | If | Then | Else
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 22 (* variant for if/then/else. *)
23 | If of expr * expr * expr
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
18 | If | Then | Else
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 22 (* variant for if/then/else. *)
23 | If of expr * expr * expr
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
18 | If | Then | Else
  /external/clang/include/clang/Lex/
PPCallbacks.h 46 /// \param PrevFID the file that was exited if \p Reason is ExitFile.
70 /// \param RecoveryPath If this client indicates that it can recover from
104 /// in the file system. If the file was found via an absolute include path,
106 /// RelativePath will be split up. For example, if an include of "Some/Some.h"
137 /// \param Imported The imported module; can be null if importing failed.
204 /// \param MD The MacroDirective if the name was a macro, null otherwise.
210 /// \#if/\#else directive and ends after the \#endif/\#else directive.
214 /// \brief Hook called whenever an \#if is seen.
219 virtual void If(SourceLocation Loc, SourceRange ConditionRange) {
225 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 31 if (!BPT)
34 // Check if the block pointer type takes no arguments and
38 if (!FT || !FT->getResultType()->isVoidType() ||
133 if (Arg->getType() == Ty)
162 // Check if we have at least two parameters.
163 if (D->param_size() != 2)
166 // Check if the first parameter is a pointer to integer type.
170 if (!PredicatePtrTy)
173 if (!PredicateTy->isIntegerType())
176 // Check if the second parameter is the proper block type
    [all...]
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 32 static const char *IfIntrinsic = "llvm.SI.if";
35 static const char *IfBreakIntrinsic = "llvm.SI.if.break";
54 Constant *If;
124 If = M.getOrInsertFunction(
168 if (Phi->getIncomingBlock(i) == IDom) {
170 if (Phi->getIncomingValue(i) != BoolTrue)
174 if (Phi->getIncomingValue(i) != BoolFalse)
182 // \brief Erase "Phi" if it is not used any more
184 if (!Phi->hasNUsesOrMore(1))
188 /// \brief Open a new "If" bloc
    [all...]
SILowerControlFlow.cpp 37 /// // branch if all the bits of
39 /// %VGPR0 = V_ADD_F32 %VGPR0, %VGPR0 // Do the IF block of the branch
77 void If(MachineInstr &MI);
124 if (I->isBundle() || !I->isBundled())
125 if (++NumInstr >= SkipThreshold)
135 if (!shouldSkip(*From.getParent()->succ_begin(), To.getMBB()))
149 if (!shouldSkip(&MBB, &MBB.getParent()->back()))
155 // If the exec mask is non-zero, skip the next two instructions
176 void SILowerControlFlowPass::If(MachineInstr &MI) {
288 if (Target == Next
    [all...]
  /prebuilts/devtools/tools/lib/
jython-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 169 milliseconds