Home
last modified time | relevance | path

Searched defs:value3 (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dimplicit-bool-conversion-allow-in-conditions.cpp49 …int value3 = (functionReturningInt() && functionReturningPointer() || !functionReturningInt()) ? 1… in implicitConversionIntegerToBoolInConditionalsIsAllowed() local
75 int value3 = memberPointer ? 1 : 2; in implicitConversionPointerToBoolInConditionalsIsAllowed() local
H A Duse-std-min-max.cpp26 int value1,value2,value3; in foo() local
[all...]
/llvm-project/clang/test/Analysis/inlining/
H A DInlineObjCInstanceMethod.h23 int value3; variable
H A DDynDispatchBifurcate.m36 - (int)value3 { method
/llvm-project/clang/test/SemaTemplate/
H A Dnested-template.cpp49 static Y value3; member
89 Y Outer<X>::Inner1<Y>::ReallyInner::value3 = Y(); member in Outer::Inner1::ReallyInner
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dnoexcept-destructor.cpp248 OK23<Empty> value3{OK23<Empty>{}}; in testTemplates() local
H A Dnoexcept-move-constructor.cpp342 OK23<Empty> value3{OK23<Empty>{}}; in testTemplates() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace.cpp788 int value1, value2, value3; member
/llvm-project/clang/test/AST/Interp/
H A Drecords.cpp