Home
last modified time | relevance | path

Searched defs:value4 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dimplicit-bool-conversion-allow-in-conditions.cpp50 int value4 = functionReturningInt() ?: value3; in implicitConversionIntegerToBoolInConditionalsIsAllowed() local
76 int value4 = (not memberPointer) ? 1 : 2; in implicitConversionPointerToBoolInConditionalsIsAllowed() local
H A Duse-std-min-max.cpp54 short value4; in foo() local
[all...]
/llvm-project/clang/test/SemaTemplate/
H A Dnested-template.cpp93 Y Outer<X>::Inner1<Y*>::ReallyInner::value4; // expected-error{{Outer<X>::Inner1<Y *>::ReallyInner::}} member in Outer::Inner1::ReallyInner