Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerWidenableCondition.cpp35 SmallVector<CallInst *, 8> ToLower;
42 ToLower.push_back(CI); in lowerWidenableCondition()
44 if (ToLower.empty()) in lowerWidenableCondition()
47 for (auto *CI : ToLower) { in lowerWidenableCondition()
49 SmallVector<CallInst *, 8> ToLower; lowerWidenableCondition() local
H A DLowerGuardIntrinsic.cpp35 SmallVector<CallInst *, 8> ToLower; in LowerGuardIntrinsicLegacyPass()
42 ToLower.push_back(CI); in lowerGuardIntrinsic()
44 if (ToLower.empty()) in lowerGuardIntrinsic()
51 for (auto *CI : ToLower) { in lowerGuardIntrinsic()
50 SmallVector<CallInst *, 8> ToLower; lowerGuardIntrinsic() local
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-internal-utils.cc93 result += ToLower(*p); in ConvertIdentifierNameToWords()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp565 c = ToLower(c); in IsAlpha()
H A Dsanitizer_common.h505 inline int ToLower(int c) { in ToLower() function
H A Dsanitizer_common_interceptors.inc518 int c1_low = ToLower(c1);
519 int c2_low = ToLower(c2);
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2008 inline char ToLower(char ch) {
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td3064 def ToLower : LibBuiltin<"ctype.h"> {
/freebsd/contrib/sqlite3/
H A Dshell.c243 #define ToLower(X) (char)tolower((unsigned char)X) macro
29680 else if ( ToLower(zLine[0])=='g' && ToLower(zLine[1])=='o' ) in line_is_command_terminator()