Searched defs:StrChr (Results 1 – 9 of 9) sorted by relevance
| /external/compiler-rt/lib/asan/tests/ |
| D | asan_str_test.cc | 220 static void RunStrChrTestImpl(StrChrFn *StrChr) { in RunStrChrTestImpl() 238 UNUSED static void RunStrChrTest(PointerToStrChr1 StrChr, ...) { in RunStrChrTest() 241 UNUSED static void RunStrChrTest(PointerToStrChr2 StrChr, int) { in RunStrChrTest()
|
| /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
| D | BuildLibCalls.cpp | 63 Constant *StrChr = M->getOrInsertFunction("strchr", AttrListPtr::get(&AWI, 1), in EmitStrChr() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | BuildLibCalls.cpp | 742 Constant *StrChr = in emitStrChr() local
|
| D | SimplifyLibCalls.cpp | 612 Value *StrChr = emitStrChr(CI->getArgOperand(0), ToFindStr[0], B, TLI); in optimizeStrStr() local
|
| /external/v8/src/base/platform/ |
| D | platform-posix.cc | 671 char* OS::StrChr(char* str, int c) { in StrChr() function in v8::base::OS
|
| D | platform-win32.cc | 673 char* OS::StrChr(char* str, int c) { in StrChr() function in v8::base::OS
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
| D | BuildLibCalls.cpp | 787 Constant *StrChr = in emitStrChr() local
|
| D | SimplifyLibCalls.cpp | 681 Value *StrChr = emitStrChr(CI->getArgOperand(0), ToFindStr[0], B, TLI); in optimizeStrStr() local
|
| /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
| D | SimplifyLibCalls.cpp | 1454 StrCatOpt StrCat; StrNCatOpt StrNCat; StrChrOpt StrChr; StrRChrOpt StrRChr; member in __anon0f7d73dd0311::SimplifyLibCalls
|