Home
last modified time | relevance | path

Searched defs:InitVal (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/IR/
DGlobals.cpp132 Constant *InitVal, const Twine &Name, in GlobalVariable()
151 LinkageTypes Link, Constant *InitVal, in GlobalVariable()
211 void GlobalVariable::setInitializer(Constant *InitVal) { in setInitializer()
/external/llvm/include/llvm/CodeGen/PBQP/
DMath.h34 Vector(unsigned Length, PBQPNum InitVal) in Vector()
183 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix()
/external/llvm/include/llvm/ADT/
DStringMap.h144 InitType InitVal) { in Create()
173 static StringMapEntry *Create(StringRef Key, InitType InitVal) { in Create()
/external/llvm/utils/TableGen/
DRegisterInfoEmitter.cpp573 DiffVec &diffEncode(DiffVec &V, unsigned InitVal, ArrayRef<unsigned> List) { in diffEncode()
586 DiffVec &diffEncode(DiffVec &V, unsigned InitVal, Iter Begin, Iter End) { in diffEncode()
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h199 void init(MCPhysReg InitVal, const MCPhysReg *DiffList) { in init()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp471 SVal InitVal = state->getSVal(InitEx, LC); in VisitDeclStmt() local
DExprEngine.cpp480 SVal InitVal; in ProcessInitializer() local
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp886 Value *InitVal; in Codegen() local
Dtoy.cpp1166 Value *InitVal; in Codegen() local
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp877 Value *InitVal; in Codegen() local
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp904 Value *InitVal; in Codegen() local
Dtoy.cpp1268 Value *InitVal; in Codegen() local
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp1126 Value *InitVal; in Codegen() local
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1446 Value *InitVal; in Codegen() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1632 Constant *InitVal = GV->getInitializer(); in TryToShrinkGlobalToBoolean() local
/external/clang/lib/Sema/
DSemaDecl.cpp13136 const llvm::APSInt &InitVal = ECD->getInitVal(); in ActOnEnumBody() local
13259 llvm::APSInt InitVal = ECD->getInitVal(); in ActOnEnumBody() local