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

  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 488 typedef char(*fooT)();
489 fooT (*get_foo_addr)() = reinterpret_cast<fooT(*)()>(
491 fooT foo_addr = get_foo_addr();
505 fooT foo = reinterpret_cast<fooT>(
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp     [all...]

Completed in 191 milliseconds