Searched defs:BaseName (Results 1 - 12 of 12) sorted by relevance

/external/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp76 std::string BaseName = macroName(Base->getName()); local
93 << BaseName << "(Type, Base)\n"; local
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp138 char* BaseName = 0; local
146 BaseName = ExeName;
160 BaseName = ExeName + Idx + 1;
167 if (BaseName != 0 && (!strcmp("oprofiled", BaseName) ||
168 !strcmp("operf", BaseName))) {
/external/chromium_org/storage/common/fileapi/
H A Dfile_system_util.cc34 base::FilePath VirtualPath::BaseName(const base::FilePath& virtual_path) { function in class:storage::VirtualPath
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp325 SSAUpdater &S, StringRef BaseName) : SSA(S) {
334 if (BaseName.empty())
335 BaseName = SomeVal->getName();
336 SSA.Initialize(SomeVal->getType(), BaseName);
324 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, StringRef BaseName) argument
/external/chromium_org/base/files/
H A Dfile_path.cc109 // of the file name. The position is relative to BaseName(), not value().
235 base = current.BaseName();
242 base = current.BaseName();
244 ret_val.push_back(current.BaseName().value());
344 FilePath FilePath::BaseName() const { function in class:base::FilePath
368 FilePath base(BaseName());
377 FilePath base(BaseName());
411 if (IsEmptyOrSpecialCase(BaseName().value()))
432 if (IsEmptyOrSpecialCase(BaseName().value()))
449 if (IsEmptyOrSpecialCase(BaseName()
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof3355 sub BaseName { subroutine
3364 my $binary_shortname = BaseName($binary_name);
/external/clang/lib/Driver/
H A DDriver.cpp1588 /// does not provide a filename, then use BaseName, and use the extension
1591 StringRef BaseName, types::ID FileType) {
1595 // If the argument is empty, output to BaseName in the current dir.
1596 Filename = BaseName;
1598 // If the argument is a directory, output to BaseName in that dir.
1599 llvm::sys::path::append(Filename, BaseName);
1635 StringRef BaseName = llvm::sys::path::filename(BaseInput); local
1639 return C.addResultFile(MakeCLOutputFilename(C.getArgs(), NameArg, BaseName,
1653 StringRef BaseName = llvm::sys::path::filename(BaseInput); local
1655 return C.addResultFile(MakeCLOutputFilename(C.getArgs(), FaValue, BaseName,
1590 MakeCLOutputFilename(const ArgList &Args, StringRef ArgValue, StringRef BaseName, types::ID FileType) argument
1672 StringRef BaseName; local
[all...]
/external/jemalloc/bin/
H A Dpprof3364 sub BaseName { subroutine
3373 my $binary_shortname = BaseName($binary_name);
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dcpplint.py933 def BaseName(self): member in class:FileInfo
3622 (error_message, fileinfo.BaseName()))
/external/clang/lib/AST/
H A DItaniumMangle.cpp2209 const char *BaseName = nullptr; local
2213 BaseName = "__simd64_";
2216 BaseName = "__simd128_";
2218 Out << strlen(BaseName) + strlen(EltName);
2219 Out << BaseName << EltName;
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py808 def BaseName(self): member in class:FileInfo
3071 (error_message, fileinfo.BaseName()))
/external/libvpx/libvpx/tools/
H A Dcpplint.py933 def BaseName(self): member in class:FileInfo
3622 (error_message, fileinfo.BaseName()))

Completed in 632 milliseconds