HomeSort by relevance Sort by last modified time
    Searched refs:fooT (Results 1 - 4 of 4) sorted by null

  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas.cpp 37 void fooT(T t, T (*fp)(T) = [](auto a) { return a; }) {
117 fooT(3);
118 fooT('a');
119 fooT(3.14);
120 fooT("abcdefg");
458 template<class T> int fooT(T t) {
476 int run = fooT('a') + fooT(3.14);
481 template<class T> auto fooT(T t) {
499 int run = fooT('a') + fooT(3.14)
    [all...]
cxx1y-generic-lambdas-capturing.cpp 779 void fooT(T t, T (*fp)(T) = [](auto a) { return a; }) {
859 fooT(3);
860 fooT('a');
861 fooT(3.14);
862 fooT("abcdefg");
warn-thread-safety-analysis.cpp     [all...]
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 522 typedef char(*fooT)();
523 fooT (*get_foo_addr)() = reinterpret_cast<fooT(*)()>(
525 fooT foo_addr = get_foo_addr();
539 fooT foo = reinterpret_cast<fooT>(

Completed in 3535 milliseconds