/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | altivec.c | 33 vector int vi; in test2() local 48 vector int vi; in test3() local
|
H A D | builtins-ppc-altivec.c | 29 vector int vi = { -1, 2, -3, 4 }; variable [all...] |
/llvm-project/clang/test/CodeGenCXX/ |
H A D | vtable-holder-self-reference.cpp | 12 int vi; in foo() member
|
H A D | auto-var-init.cpp | 154 struct semivolatile { int i; volatile int vi; }; member 163 struct semivolatileinit { int i = 0x11111111; volatile int vi = 0x11111111; }; member
|
/llvm-project/clang/test/Parser/ |
H A D | altivec-template-vector.cpp | 14 vector<int> vi = {0}; in f() local
|
/llvm-project/clang/test/Modules/ |
H A D | submodules.cpp | 7 vector<int> vi; variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | altivec.cpp | 15 vector int vi; in test_vec_step() local 58 vector int vi; in test2() local
|
H A D | cxx0x-class.cpp | 15 static const int vi = 0; member in C
|
H A D | conditional-expr.cpp | 49 volatile int vi; member 372 volatile int vi = 0; variable
|
H A D | class.cpp | 52 static const int vi = 0; member in C
|
/llvm-project/clang/test/Sema/ |
H A D | altivec-init.c | 13 vector int vi; in foo() local
|
H A D | ext_vector_casts.c | 97 int4 vi = i; splats() local
|
H A D | atomic-ops.c | 707 volatile int vi = 42; nullPointerWarning() local [all...] |
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | ast-types.cpp | 94 class VI : virtual MI { int vi; }; member in VI 95 class VI2 : virtual SI, virtual SI2 { int vi; }; member in VI2
|
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
H A D | p3.cpp | 17 void test_f1(int i, const int ci, volatile int vi) { in test_f1() 47 void test_f2(int i, const int ci, volatile int vi) { in test_f2()
|
/llvm-project/lldb/include/lldb/Expression/ |
H A D | ExpressionVariable.h | 187 vi = m_variables.begin(), in RemoveVariable() local
|
/llvm-project/clang/test/CXX/temp/temp.param/ |
H A D | p15-cxx0x.cpp | 126 vector<int> vi; variable
|
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
H A D | p5.cpp | 111 volatile int vi; variable
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
H A D | p7-cxx11-nowarn.cpp | 204 void test_narrowed(Value<sizeof(int)> vi, Value<sizeof(double)> vd) { in test_narrowed()
|
H A D | p7-0x.cpp | 242 void test_narrowed(Value<sizeof(int)> vi, Value<sizeof(double)> vd) { in test_narrowed()
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | default-arguments.cpp | 83 X2<int>::Inner3<float>::VeryInner<> vi; variable
|
/llvm-project/lldb/source/Expression/ |
H A D | REPL.cpp | 370 persistent_state->GetVariableAtIndex(vi); in IOHandlerInputComplete() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | HashingTest.cpp | 64 volatile int vi = 71; in TEST() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseBufferRewriting.cpp | 169 Value vi = builder.create<memref::LoadOp>(loc, buffer, i); createSwap() local 211 Value vi = builder.create<memref::LoadOp>(loc, x, i); createEqCompare() local 265 Value vi = builder.create<memref::LoadOp>(loc, x, i); createLessThanCompare() local
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_val.c | 1327 isl_val *vi; in isl_val_gt_si() local
|