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

  /external/clang/test/SemaTemplate/
temp_arg_enum_printing.cpp 9 Val1
18 // CHECK: template <NamedEnumNS::NamedEnum E = NamedEnumNS::NamedEnum::Val1>
enum-argument.cpp 18 Val1 = get_size<T>::value,
20 SumOfValues = Val1 + Val2
  /external/clang/test/CoverageMapping/
md.cpp 6 Val1,
31 foo(MD::Val1);
  /external/clang/test/Index/
code-completion.cpp 6 enum E { Val1 };
48 // CHECK-MEMBER: EnumConstantDecl:{ResultType X::E}{Informative E::}{TypedText Val1}
  /external/ltp/testcases/misc/math/float/power/
genfmod.c 49 double tabR[20000], Val, Val1;
68 read(fpi1, &Val1, sizeof(double));
70 tabR[i] = fmod(Val, Val1);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Format.h 98 T1 Val1;
101 format_object2(const char *fmt, const T1 &val1, const T2 &val2)
102 : format_object_base(fmt), Val1(val1), Val2(val2) {
106 return snprintf(Buffer, BufferSize, Fmt, Val1, Val2);
116 T1 Val1;
120 format_object3(const char *fmt, const T1 &val1, const T2 &val2,const T3 &val3)
121 : format_object_base(fmt), Val1(val1), Val2(val2), Val3(val3) {
125 return snprintf(Buffer, BufferSize, Fmt, Val1, Val2, Val3)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
PhiValuesTest.cpp 40 Value *Val1 = new LoadInst(UndefValue::get(I32PtrTy), "val1", Entry);
46 Phi1->addIncoming(Val1, If);
49 Phi2->addIncoming(Val1, If);
58 EXPECT_TRUE(Vals.count(Val1));
62 EXPECT_TRUE(Vals.count(Val1));
66 Val1->replaceAllUsesWith(Val4);
67 PV.invalidateValue(Val1);
78 Phi1->setIncomingValue(0, Val1);
82 EXPECT_TRUE(Vals.count(Val1));
    [all...]
  /external/clang/test/Sema/
gnu-flags.c 135 Val1,
  /external/llvm/test/tools/llvm-pdbdump/Inputs/
ClassLayoutTest.cpp 26 Val1
  /external/llvm/unittests/DebugInfo/PDB/
MappedBlockStreamTest.cpp 310 enum class MyEnum : uint32_t { Val1 = 2908234, Val2 = 120891234 };
315 MyEnum Enum[] = {MyEnum::Val1, MyEnum::Val2};
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/Inputs/
ClassLayoutTest.cpp 26 Val1
  /external/clang/test/SemaCXX/
enum.cpp 4 Val1,
14 E e = Val1;
enum-scoped.cpp 4 Val1 = 1L
8 Val1 = '\0'
11 E1 v1 = Val1; // expected-error{{undeclared identifier}}
12 E1 v2 = E1::Val1;
15 static_assert(sizeof(E1::Val1) == sizeof(int), "bad size");
17 static_assert(sizeof(E2::Val1) == sizeof(int), "bad size");
19 E1 v3 = E2::Val1; // expected-error{{cannot initialize a variable}}
20 int x1 = E1::Val1; // expected-error{{cannot initialize a variable}}
34 int a2[E1::Val1]; // expected-error{{size of array has non-integer type}}
37 int* p2 = new int[E1::Val1]; // expected-error{{array size expression must have integral or unscoped enumeration type, not 'E (…)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/MSF/
MappedBlockStreamTest.cpp 320 enum class MyEnum : uint32_t { Val1 = 2908234, Val2 = 120891234 };
325 MyEnum Enum[] = {MyEnum::Val1, MyEnum::Val2};
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 330 Value *Val1 = getRandomValue(Val0->getType());
334 Val1->getType()->isPointerTy())
364 PT->push_back(BinaryOperator::Create(Op, Val0, Val1, "B", Term));
443 Value *Val1 = getRandomValue(Val0->getType());
459 Value *V = new ShuffleVectorInst(Val0, Val1, Mask, "Shuff",
471 Value *Val1 = getRandomValue(Val0->getType()->getScalarType());
473 Value *V = InsertElementInst::Create(Val0, Val1,
574 Value *Val1 = getRandomValue(Val0->getType());
586 Value *V = SelectInst::Create(Cond, Val0, Val1, "Sl", BB->getTerminator());
597 Value *Val1 = getRandomValue(Val0->getType())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
llvm-stress.cpp 378 Value *Val1 = getRandomValue(Val0->getType());
382 Val1->getType()->isPointerTy())
411 PT->push_back(BinaryOperator::Create(Op, Val0, Val1, "B", Term));
499 Value *Val1 = getRandomValue(Val0->getType());
515 Value *V = new ShuffleVectorInst(Val0, Val1, Mask, "Shuff",
527 Value *Val1 = getRandomValue(Val0->getType()->getScalarType());
529 Value *V = InsertElementInst::Create(Val0, Val1,
624 Value *Val1 = getRandomValue(Val0->getType());
636 Value *V = SelectInst::Create(Cond, Val0, Val1, "Sl", BB->getTerminator());
647 Value *Val1 = getRandomValue(Val0->getType())
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 359 Address Val1, Address Val2,
364 llvm::Value *Expected = CGF.Builder.CreateLoad(Val1);
393 CGF.Builder.CreateStore(Old, Val1);
407 Address Val1, Address Val2,
437 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2, Size, SuccessOrder,
462 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2,
468 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2,
478 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2, Size, SuccessOrder,
489 Address Ptr, Address Val1, Address Val2,
500 emitAtomicCmpXchgFailureSet(CGF, E, false, Dest, Ptr, Val1, Val2
    [all...]
CGBuiltin.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DWARFDebugInfoTest.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 2196 milliseconds