Home
last modified time | relevance | path

Searched refs:TestF (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DUserTest.cpp161 Function *TestF = in TEST() local
165 TestF->setPersonalityFn(PersonalityF); in TEST()
169 EXPECT_EQ(*PersonalityUsers, TestF); in TEST()
173 TestF->setPersonalityFn(nullptr); in TEST()
176 EXPECT_TRUE(TestF->user_empty()); in TEST()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dsuperclass.m196 @interface TestF : NSResponder {} interface
198 @implementation TestF implementation
201 } // expected-warning {{The 'restoreStateWithCoder:' instance method in NSResponder subclass 'TestF
203 …encodeRestorableStateWithCoder:' instance method in NSResponder subclass 'TestF' is missing a [sup…
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-limited-ctor.cpp35 } TestF; variable
/llvm-project-15.0.7/clang/test/CodeGen/
H A D2004-06-17-UnorderedCompares.c6 void TestF(float X, float Y) { in TestF() function
H A D2004-06-17-UnorderedBuiltins.c5 void TestF(float X, float Y) { in TestF() function
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dattr-or-type-format.td158 def AttrC : TestAttr<"TestF"> {
411 def TypeD : TestType<"TestF"> {