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

  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 54 /// ConstantVal - A field that may be used by the target relocation type.
55 intptr_t ConstantVal;
89 Result.ConstantVal = cst;
109 Result.ConstantVal = cst;
126 Result.ConstantVal = cst;
146 Result.ConstantVal = cst;
165 Result.ConstantVal = cst;
184 Result.ConstantVal = cst;
210 return ConstantVal;
217 ConstantVal = val
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 52 t_Constant, // Value in ConstantVal.
65 Constant *ConstantVal;
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 768 Optional<SVal> ConstantVal = svalBuilder.getConstantVal(ArgE);
769 if (!ConstantVal)
770 ConstantVal = UnknownVal();
776 State = State->BindExpr(S, LCtx, *ConstantVal);
    [all...]

Completed in 124 milliseconds