Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp597 static bool isSignedCharDefault(const llvm::Triple &Triple) { in isSignedCharDefault() function
5409 } else if (!isSignedCharDefault(getToolChain().getTriple())) { in ConstructJob()