Home
last modified time | relevance | path

Searched refs:TestObj (Results 1 – 12 of 12) sorted by relevance

/external/catch2/projects/XCode/OCTest/OCTest/
DOCTest.mm15 #import "TestObj.h"
17 TEST_CASE( "OCTest/TestObj", "tests TestObj" )
19 TestObj* obj = [[TestObj alloc] init];
DTestObj.m2 // TestObj.m
11 #import "TestObj.h"
14 @implementation TestObj implementation
DCatchOCTestCase.h20 TestObj* obj;
DTestObj.h16 @interface TestObj : NSObject {
DCatchOCTestCase.mm19 obj = [[TestObj alloc] init];
/external/llvm/test/CodeGen/ARM/
D2007-05-03-BadPostIndexedLd.ll8 …%struct.TestObj = type { i8*, %struct.cppobjtype, i8, [32 x i8], i8*, i8**, i16, i16, i32, i32, i3…
91 %tmp1273 = load %struct.TestObj*, %struct.TestObj** null ; <%struct.TestObj*> [#uses=2]
92 %tmp2930.i = ptrtoint %struct.TestObj* %tmp1273 to i32 ; <i32> [#uses=1]
94 …%tmp45.i = getelementptr %struct.TestObj, %struct.TestObj* %tmp1273, i32 0, i32 0 ; <i8**> [#uses…
/external/llvm-project/llvm/test/CodeGen/ARM/
D2007-05-03-BadPostIndexedLd.ll8 …%struct.TestObj = type { i8*, %struct.cppobjtype, i8, [32 x i8], i8*, i8**, i16, i16, i32, i32, i3…
91 %tmp1273 = load %struct.TestObj*, %struct.TestObj** null ; <%struct.TestObj*> [#uses=2]
92 %tmp2930.i = ptrtoint %struct.TestObj* %tmp1273 to i32 ; <i32> [#uses=1]
94 …%tmp45.i = getelementptr %struct.TestObj, %struct.TestObj* %tmp1273, i32 0, i32 0 ; <i8**> [#uses…
/external/catch2/projects/XCode/OCTest/OCTest.xcodeproj/
Dproject.pbxproj16 …4A63D2C814E454CC00F615CB /* TestObj.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A63D2C514E45…
41 …C414E454CC00F615CB /* TestObj.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
42 …514E454CC00F615CB /* TestObj.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
81 4A63D2C414E454CC00F615CB /* TestObj.h */,
82 4A63D2C514E454CC00F615CB /* TestObj.m */,
151 4A63D2C814E454CC00F615CB /* TestObj.m in Sources */,
/external/llvm-project/lldb/test/API/lang/cpp/template/
Dmain.cpp4 class TestObj class
64 TestObj<1> testpos; in main()
65 TestObj<-1> testneg; in main()
/external/llvm-project/lldb/test/API/lang/cpp/template-specialization-type/
Dmain.cpp1 template <typename T> struct TestObj { struct
7 TestObj<int> t{42, 21}; in main() argument
/external/llvm-project/clang/test/FixIt/
Dfixit-objc-message-comma-separator.m6 @interface TestObj { interface
13 TestObj *obj;
/external/clang/test/FixIt/
Dfixit-objc-message-comma-separator.m6 @interface TestObj { interface
13 TestObj *obj;