/external/clang/test/CodeGenCXX/ |
pointers-to-data-members.cpp | 12 namespace ZeroInit { 58 // CHECK-GLOBAL: @_ZN8ZeroInit1cE = global {{%.*}} { %"struct.ZeroInit::A" { i64 -1, i32 0 }, %"struct.ZeroInit::B" { [10 x %"struct.ZeroInit::A"] [%"struct.ZeroInit::A" { i64 -1, i32 0 }, %"struct.ZeroInit::A" { i64 -1, i32 0 }, %"struct.ZeroInit::A" { i64 -1, i32 0 }, %"struct.ZeroInit::A" { i64 -1, i32 0 }, %"struct.ZeroInit::A" { i64 -1, i32 0 }, %"struct.ZeroInit::A" { i64 -1, i32 0 }, %"struct.ZeroInit::A" { i64 -1, i32 0 }, %"struct.ZeroInit::A" { i64 -1, i3 (…) [all...] |
value-init.cpp | 131 namespace zeroinit { namespace 241 // CHECK: define linkonce_odr void @_ZN8zeroinit2X3IiEC2Ev(%"struct.zeroinit::X3"* %this) unnamed_addr
|
/external/llvm/test/Feature/ |
globalvars.ll | 10 @ZeroInit = global { [100 x i32], [40 x float] } zeroinitializer ; <{ [100 x i32], [40 x float] }*> [#uses=0]
|
/external/libvpx/examples/includes/geshi/geshi/ |
cil.php | 49 '.zeroinit', '.vtfixup', '.vtentry', '.vtable', '.ver', '.try', '.subsystem', '.size', '.set', '.removeon',
|
/external/clang/include/clang/AST/ |
ExprCXX.h | 859 void setRequiresZeroInitialization(bool ZeroInit) { 860 ZeroInitialization = ZeroInit; [all...] |
/external/clang/lib/Sema/ |
SemaExprCXX.cpp | [all...] |
SemaInit.cpp | [all...] |
/external/llvm/test/Bindings/Ocaml/ |
vmcore.ml | 176 (* RUN: grep {const_null.*zeroinit} < %t.ll [all...] |