Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp47 bool UseLibcall; member in __anon9b30ea710111::AtomicInfo
72 UseLibcall = in AtomicInfo()
84 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall()
348 bool UseLibcall = (Size != Align || in EmitAtomicExpr() local
443 if (UseLibcall) { in EmitAtomicExpr()