Home
last modified time | relevance | path

Searched refs:shouldFail (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dbranch-clone-if-constexpr-template.cpp6 void shouldFail() { in shouldFail() function
52 shouldFail<0>(); in run()
53 shouldFail<1>(); in run()
54 shouldFail<2>(); in run()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dbraces-around-statements-constexpr-if-templates.cpp6 void shouldFail() { in shouldFail() function
44 shouldFail<true>(); in run()
45 shouldFail<false>(); in run()
/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.h59 bool shouldFail; variable
69 @property bool shouldFail;
H A Dtestfilerunner.m47 @synthesize options, compileLine, shouldFail, binaryName, sourceName;
53 if (shouldFail) [result appendString:@"fail"];
65 if (shouldFail) {
116 if (!shouldFail) {
184 if (shouldFail) return true;
402 result.shouldFail = supposedToNotCompile;
712 if ([line shouldFail]) {