Home
last modified time | relevance | path

Searched defs:LocalName (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyCheck.h219 std::string get(StringRef LocalName, StringRef Default) const { in get()
241 std::string getLocalOrGlobal(StringRef LocalName, StringRef Default) const { in getLocalOrGlobal()
258 get(StringRef LocalName) const { in get()
276 std::enable_if_t<std::is_integral<T>::value, T> get(StringRef LocalName, in get()
296 getLocalOrGlobal(StringRef LocalName) const { in getLocalOrGlobal()
323 getLocalOrGlobal(StringRef LocalName, T Default) const { in getLocalOrGlobal()
416 llvm::Optional<T> getOptional(StringRef LocalName) const { in getOptional()
429 llvm::Optional<T> getOptionalLocalOrGlobal(StringRef LocalName) const { in getOptionalLocalOrGlobal()
446 store(ClangTidyOptions::OptionMap &Options, StringRef LocalName, in store()
458 store(ClangTidyOptions::OptionMap &Options, StringRef LocalName, in store()
DClangTidyCheck.cpp89 StringRef LocalName) { in findPriorityOption()
132 bool ClangTidyCheck::OptionsView::get<bool>(StringRef LocalName, in get()
151 bool ClangTidyCheck::OptionsView::getLocalOrGlobal<bool>(StringRef LocalName, in getLocalOrGlobal()
161 StringRef LocalName, in store()
167 StringRef LocalName, in storeInt()
174 ClangTidyOptions::OptionMap &Options, StringRef LocalName, in store()
180 StringRef LocalName, ArrayRef<NameAndValue> Mapping, bool CheckGlobal, in getEnumInt()
/external/tensorflow/tensorflow/core/util/
Ddevice_name_utils.cc484 string DeviceNameUtils::LocalName(StringPiece type, int id) { in LocalName() function in tensorflow::DeviceNameUtils
497 string DeviceNameUtils::LocalName(StringPiece fullname) { in LocalName() function in tensorflow::DeviceNameUtils
/external/llvm-project/llvm/lib/Target/Mips/
DMips16HardFloat.cpp454 std::string LocalName = "$$__fn_local_" + Name; in createFPFnStub() local
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp462 std::string LocalName = "$$__fn_local_" + Name; in createFPFnStub() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp454 std::string LocalName = "$$__fn_local_" + Name; in createFPFnStub() local
/external/libcxxabi/src/demangle/
DItaniumDemangle.h893 struct LocalName : Node { struct
897 LocalName(Node *Encoding_, Node *Entity_) in LocalName() argument
900 template<typename Fn> void match(Fn F) const { F(Encoding, Entity); } in match()
902 void printLeft(OutputStream &S) const override { in printLeft()
/external/llvm-project/libcxxabi/src/demangle/
DItaniumDemangle.h863 struct LocalName : Node { struct
867 LocalName(Node *Encoding_, Node *Entity_) in LocalName() argument
870 template<typename Fn> void match(Fn F) const { F(Encoding, Entity); } in match()
872 void printLeft(OutputStream &S) const override { in printLeft()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h861 struct LocalName : Node { struct
865 LocalName(Node *Encoding_, Node *Entity_) in LocalName() argument
868 template<typename Fn> void match(Fn F) const { F(Encoding, Entity); } in match()
870 void printLeft(OutputStream &S) const override { in printLeft()
/external/llvm-project/llvm/include/llvm/Demangle/
DItaniumDemangle.h863 struct LocalName : Node { struct
867 LocalName(Node *Encoding_, Node *Entity_) in LocalName() argument
870 template<typename Fn> void match(Fn F) const { F(Encoding, Entity); } in match()
872 void printLeft(OutputStream &S) const override { in printLeft()
/external/dng_sdk/source/
Ddng_negative.h877 const dng_string & LocalName () const in LocalName() function
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2103 const char *LocalName[3] = {"__gen_ocl_get_local_id0", in insertKernelCallsSPIR() local
/external/llvm-project/llvm/lib/MC/MCParser/
DMasmParser.cpp2733 raw_string_ostream LocalName(Name); in expandMacro() local