Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGenObjCXX/
D2010-08-06-X.Y-syntax.mm2 struct TFENode { struct
3 TFENode(const TFENode& inNode); argument
7 - (const TFENode&) target; argument
10 void sortAllChildrenForNode(const TFENode&node);
Dproperty-dot-reference.mm4 struct TFENode { struct
9 - (const TFENode&) node; argument
13 - (const TFENode&) node {
14 // CHECK: call nonnull align {{[0-9]+}} dereferenceable({{[0-9]+}}) %struct.TFENode* bitcast (i8* (…
15 // CHECK-NEXT: call void @_ZNK7TFENode6GetURLEv(%struct.TFENode* {{[^,]*}} %{{.*}})
/external/clang/test/CodeGenObjCXX/
D2010-08-06-X.Y-syntax.mm2 struct TFENode { struct
3 TFENode(const TFENode& inNode); argument
7 - (const TFENode&) target; argument
10 void sortAllChildrenForNode(const TFENode&node);
Dproperty-dot-reference.mm4 struct TFENode { struct
9 - (const TFENode&) node; argument
13 - (const TFENode&) node {
14 // CHECK: call dereferenceable({{[0-9]+}}) %struct.TFENode* bitcast (i8* (i8*, i8*, ...)* @objc_msg…
15 // CHECK-NEXT: call void @_ZNK7TFENode6GetURLEv(%struct.TFENode* %{{.*}})
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dinvoke_lvalue.pass.cpp265 struct TFENode struct
278 const auto f = bind(&TFENode::foo, _1, 0UL); in test3() argument
279 const TFENode n = TFENode{}; in test3()
/external/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dinvoke_lvalue.pass.cpp266 struct TFENode struct
279 const auto f = bind(&TFENode::foo, _1, 0UL); in test3() argument
280 const TFENode n = TFENode{}; in test3()