Home
last modified time | relevance | path

Searched defs:value1 (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dimplicit-bool-conversion-allow-in-conditions.cpp47 int value1 = functionReturningInt() ? 1 : 2; in implicitConversionIntegerToBoolInConditionalsIsAllowed() local
69 int value1 = functionReturningPointer() ? 1 : 2; in implicitConversionPointerToBoolInConditionalsIsAllowed() local
H A Duse-std-min-max.cpp26 int value1,value2,value3; in foo() local
[all...]
H A Disolate-declaration.cpp149 int array1[] = {1, 2, 3, 4}, array2[] = {1, 2, 3}, value1, value2 = 42; in f6() local
/llvm-project/llvm/test/MC/AArch64/
H A Dfixup-out-of-range.s84 value1 = 0x12345678 define
/llvm-project/clang/test/SemaObjC/
H A Divar-sem-check-2.m7 @property(retain) id value1; property
H A Dweak-property.m8 @property (weak) id value1; property
/llvm-project/llvm/utils/lit/tests/Inputs/xunit-output/
H A Dbad&name.ini7 value1 = 2.3456 key
/llvm-project/llvm/utils/lit/tests/Inputs/test-data/
H A Dmetrics.ini7 value1 = 2.3456 key
/llvm-project/compiler-rt/test/safestack/
H A Doverflow.c23 int value1 = 42; in main() local
/llvm-project/clang/test/Frontend/
H A Drewrite-includes-conditions.c4 #define value1 1 macro
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/
H A Dswap.pass.cpp28 const char* value1 = "foo/bar/baz"; in main() local
/llvm-project/libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.swap/
H A Diter_swap.pass.cpp144 int value1 = 0; in test() local
151 int value1 = 0; in test() local
159 int value1 = 0; in test() local
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestOps.h118 int value1; member
/llvm-project/clang/test/SemaTemplate/
H A Dnested-template.cpp29 static T value1; member in Outer::Inner1
81 X Outer<X>::Inner1<Y>::value1 = 0; member in Outer::Inner1
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/
H A Dswap.pass.cpp28 const char* value1; member
/llvm-project/llvm/utils/lit/tests/Inputs/test-data-micro/
H A Dmicro-tests.ini7 value1 = 2.3456 key
/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/
H A Dlcm.pass.cpp41 auto value1 = static_cast<Input1>(in1); in test0() local
/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp124 uint32_t value1 = pseudo_state->ReadFromPseudoAddress(addr, success); in ReadPseudoMemory() local
165 uint32_t value1; in WritePseudoMemory() local
/llvm-project/mlir/lib/Dialect/Affine/IR/
H A DValueBoundsOpInterfaceImpl.cpp107 fullyComposeAndComputeConstantDelta(Value value1,Value value2) fullyComposeAndComputeConstantDelta() argument
/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/
H A Dgcd.pass.cpp45 auto value1 = static_cast<Input1>(in1); test0() local
/llvm-project/clang/test/Analysis/inlining/
H A DDynDispatchBifurcate.m17 @property (readwrite) int value1; property
/llvm-project/clang/test/Index/Core/
H A Dindex-dependent-source.cpp202 typename UsingB<T>::TypeB value1; in test() local
/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/
H A Dp3.cpp10 …int value1 = sizeof(array); // expected-error {{invalid application of 'sizeof' to an incomplete t… variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-constraints.cpp733 enum expression_template_option { value1, value2 }; enumerator
H A Duse-emplace.cpp780 int value1, value2; member
788 int value1, value2, value3; member

12