HomeSort by: relevance | last modified time | path
    Searched defs:shouldUseLibcall (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGAtomic.cpp 139 bool shouldUseLibcall() const { return UseLibcall; }
1547 bool AtomicIsInline = !AI.shouldUseLibcall();
1572 if (shouldUseLibcall()) {
1739 if (shouldUseLibcall()) {
1963 if (shouldUseLibcall()) {
1972 if (shouldUseLibcall()) {
2017 if (atomics.shouldUseLibcall()) {

Completed in 68 milliseconds