Home
last modified time | relevance | path

Searched refs:ZeroInit (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Feature/
Dglobalvars.ll10 @ZeroInit = global { [100 x i32], [40 x float] } zeroinitializer ; <{ [100 x i32], […
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/
Dglobalvars.ll10 @ZeroInit = global { [100 x i32], [40 x float] } zeroinitializer ; <{ [100 x i32], […
/external/llvm/test/Feature/
Dglobalvars.ll10 @ZeroInit = global { [100 x i32], [40 x float] } zeroinitializer ; <{ [100 x i32], […
/external/clang/test/CodeGenCXX/
Dpointers-to-data-members.cpp10 namespace ZeroInit { namespace
/external/clang/include/clang/AST/
DExprCXX.h1253 void setRequiresZeroInitialization(bool ZeroInit) { in setRequiresZeroInitialization() argument
1254 ZeroInitialization = ZeroInit; in setRequiresZeroInitialization()
/external/clang/lib/AST/
DExprConstant.cpp5656 bool ZeroInit = E->requiresZeroInitialization(); in VisitCXXConstructExpr() local
5657 if (CheckTrivialDefaultConstructor(Info, E->getExprLoc(), FD, ZeroInit)) { in VisitCXXConstructExpr()
5680 if (E->isElidable() && !ZeroInit) in VisitCXXConstructExpr()
5685 if (ZeroInit && !ZeroInitialization(E, T)) in VisitCXXConstructExpr()