Home
last modified time | relevance | path

Searched refs:pendingInstantiationEmit (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Modules/Inputs/
Dtemplates-left.h27 void pendingInstantiationEmit(T) {} in pendingInstantiationEmit() function
29 pendingInstantiationEmit(12); in triggerPendingInstantiation()
30 pendingInstantiationEmit(42.); in triggerPendingInstantiation()
Dtemplates-right.h26 void pendingInstantiationEmit(T) {} in pendingInstantiationEmit() function
28 pendingInstantiationEmit(12); in triggerPendingInstantiationToo()
/external/clang/test/Modules/
Dtemplates.mm38 // CHECK: call {{.*pendingInstantiationEmit}}
39 // CHECK: call {{.*pendingInstantiationEmit}}
40 // CHECK: define {{.*pendingInstantiationEmit.*[(]i}}
41 // CHECK: define {{.*pendingInstantiationEmit.*[(]double}}