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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp48 Constant *StrLen = M->getOrInsertFunction("strlen", local
H A DSimplifyLibCalls.cpp309 Value *StrLen = EmitStrLen(Src, B, TD, TLI); local
686 Value *StrLen = EmitStrLen(Src, B, TD, TLI); local
907 Value *StrLen = EmitStrLen(CI->getArgOperand(1), B, TD, TLI); local
1963 static StrLenOpt StrLen; member in namespace:llvm
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DStringMap.h44 unsigned StrLen; member in class:llvm::StringMapEntryBase
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp498 unsigned StrLen = Str.size(); local
/freebsd-10-stable/sys/dev/hptmv/
H A Dglobal.h161 #define StrLen strlen macro
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp2118 uint64_t StrLen = SL->getLength(); local
2140 uint64_t StrLen = Str.size(); local
[all...]
H A DSemaChecking.cpp3559 unsigned StrLen = StrRef.size(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6611 unsigned StrLen = (((unsigned) StrLenPtr[0]) local

Completed in 230 milliseconds