Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h497 bool CharIsSignedByDefault() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp671 ArchSpec(compiler.getTargetOpts().Triple.c_str()).CharIsSignedByDefault(); in SetupLangOpts()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp735 bool ArchSpec::CharIsSignedByDefault() const { in CharIsSignedByDefault() function in ArchSpec
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp476 Opts.CharIsSigned = arch.CharIsSignedByDefault(); in ParseLangArgs()