Searched defs:kIsDebugBuild (Results 1 - 1 of 1) sorted by relevance

/art/libartbase/base/
H A Dglobals.h52 // Clion, clang analyzer, etc can falsely believe that "if (kIsDebugBuild)" always
60 static constexpr bool kIsDebugBuild = GlobalsReturnSelf(false); member in namespace:art
62 static constexpr bool kIsDebugBuild = GlobalsReturnSelf(true); member in namespace:art

Completed in 475 milliseconds