HomeSort by relevance Sort by last modified time
    Searched refs:Name (Results 1651 - 1675 of 2465) sorted by null

<<61626364656667686970>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
datal64-3.d 4 #name: DataLabel local def/use, SHmedia 64-bit ABI
17 Idx Name Size VMA LMA File off Algn
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-e-20a.d 29 Idx Name Size VMA LMA File off Algn
tls-e-80.d 31 Idx Name Size VMA LMA File off Algn
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaExprCXX.cpp 44 /// \brief Handle the result of the special case name lookup for inheriting
47 /// name of the corresponding type.
50 IdentifierInfo &Name) {
53 // Convert the nested-name-specifier into a type.
62 // Strip off the last layer of the nested-name-specifier and build a
64 assert(NNS->getAsIdentifier() == &Name && "not a constructor name");
73 llvm_unreachable("Nested name specifier is not a type for inheriting ctor");
88 // Determine where to perform name lookup.
92 // destructor name; see core issues 399 and 555. Issue 399 i
    [all...]
SemaCXXScopeSpec.cpp 83 // If this nested-name-specifier refers to the current
98 // We are entering the context of the nested name specifier, so try to
99 // match the nested name specifier to either a primary class template
107 // If the type of the nested name specifier is the same as the
108 // injected class name of the named class template, we're entering
115 // If the type of the nested name specifier is the same as the
124 // The nested name specifier refers to a member of a class template.
134 llvm_unreachable("Dependent nested-name-specifier has no DeclContext");
145 assert(Tag && "Non-tag type in nested-name-specifier");
166 /// \brief If the given nested name specifier refers to the curren
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 150 // If location of the typedef name is in a macro, it is because being
156 // the tag name comes from a macro argument, it looks like a special
829 #define TYPE(Name, Parent) 0,
830 #define ABSTRACT_TYPE(Name, Parent)
    [all...]
ItaniumMangle.cpp 1 //===--- ItaniumMangle.cpp - Itanium C++ Name Mangling ----------*- C++ -*-===//
10 // Implements C++ name mangling according to the Itanium C++ ABI,
134 /// @name Mangler Entry Points
211 /// Manage the mangling of a single name.
293 assert(status == 0 && "Could not demangle mangled name!");
318 void mangleExistingSubstitution(TemplateName name);
334 DeclarationName name,
343 void mangleUnqualifiedName(const NamedDecl *ND, DeclarationName Name,
365 void mangleOperatorName(DeclarationName Name, unsigned Arity);
390 DeclarationName name,
2516 StringRef name = I->getName(); local
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp     [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 245 * \name Visit methods
677 if (strcmp(ir->name, "gl_FragCoord") == 0) {
684 if (ir->mode == ir_var_uniform && strncmp(ir->name, "gl_", 3) == 0) {
749 ir->name, dst.index - storage->index,
831 if (strcmp(ir->name, "main") == 0) {
    [all...]
  /external/v8/src/heap/
heap.h 287 V(name_string, "name") \
602 #define ROOT_INDEX_DECLARATION(type, name, camel_name) k##camel_name##RootIndex
2660 Name* name; member in struct:v8::internal::KeyedLookupCache::Key
2713 Name* name; member in struct:v8::internal::DescriptorLookupCache::Key
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 58 const Twine &Name) {
59 auto Alloca = CreateTempAlloca(Ty, Name);
67 const Twine &Name) {
70 return new llvm::AllocaInst(Ty, nullptr, Name, AllocaInsertPt);
78 const Twine &Name) {
81 return CreateTempAlloca(Ty, Align, Name);
92 Address CodeGenFunction::CreateIRTemp(QualType Ty, const Twine &Name) {
94 return CreateTempAlloca(ConvertType(Ty), Align, Name);
97 Address CodeGenFunction::CreateMemTemp(QualType Ty, const Twine &Name) {
99 return CreateMemTemp(Ty, getContext().getTypeAlignInChars(Ty), Name);
    [all...]
CGObjCRuntime.h 123 /// Get a selector for the specified name and type values.
127 /// Get the address of a selector for the specified name and type values.
283 virtual llvm::GlobalVariable *GetClassGlobal(const std::string &Name,
CodeGenPGO.cpp 29 void CodeGenPGO::setFuncName(StringRef Name,
33 Name, Linkage, CGM.getCodeGenOpts().MainFileName,
36 // If we're generating a profile, create a variable for the name.
680 CodeGenPGO::emitEmptyCounterMapping(const Decl *D, StringRef Name,
700 setFuncName(Name, Linkage);
  /external/clang/lib/Parse/
ParseDecl.cpp 39 /// type-name: [C99 6.7.6]
97 /// attrib-name
98 /// attrib-name '(' identifier ')'
99 /// attrib-name '(' identifier ',' nonempty-expr-list ')'
100 /// attrib-name '(' argument-expression-list [C99 6.5.2] ')'
102 /// [GNU] attrib-name:
109 /// attrib-name. GCC's behavior here is not worth imitating:
197 /// \brief Normalizes an attribute name by dropping prefixed and suffixed __.
198 static StringRef normalizeAttrName(StringRef Name) {
199 if (Name.size() >= 4 && Name.startswith("__") && Name.endswith("__")
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 250 =head1 NAME
257 use <Module::Name>;
308 Name the section accordingly.
343 This may be due to name conflicts in the interface, or competition for
  /external/autotest/client/deps/glbench/src/
windowmanagercompositingtest.cc 26 virtual const char* Name() const { return "compositing"; }
yuvtest.cc 27 virtual const char* Name() const { return "yuv_to_rgb"; }
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
JarFinder.java 133 String name = file.getName(); local
135 scanDirectory(file, classloader, packagePrefix + name + "/");
175 .getValue(Attributes.Name.CLASS_PATH.toString());
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/
protorpc.js 36 * @param {string} method_name Name of method being invoked.
157 * The Rpc's Error Name, if error.
267 * Represents a Service Stub for a given service name, path, and set
289 var method_name = method_descriptor.name;
295 * @param {string} name Method name.
302 ProtoRpc.ServiceStub.prototype.makeMethod_ = function(name, path) {
316 return new ProtoRpc.RPC(path, name, request, success, error);
325 // TODO: Have option for using key's as field number vs. field name.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
rfc2560.py 99 namedtype.NamedType('byName', rfc2459.Name().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
  /external/clang/test/CodeGenCXX/
temp-order.cpp 152 extern "C" void print(const char *Name, unsigned N);
217 extern "C" void print(const char *name, unsigned N) {
218 printf("%s: %d\n", name, N);
  /external/clang/unittests/AST/
ASTTypeTraitsTest.cpp 109 TEST(ASTNodeKind, Name) {
  /external/clang/unittests/Basic/
FileManagerTest.cpp 33 Data.Name = Path;
78 // (not NULL, correct name).
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_win.cc 34 const char *Demangle(const char *name) override;
121 frame->info.function = internal_strdup(symbol->Name);
132 const char *WinSymbolizerTool::Demangle(const char *name) {
135 if (name[0] == '\01' &&
136 UnDecorateSymbolName(name + 1, demangle_buffer, sizeof(demangle_buffer),
140 return name;
143 const char *Symbolizer::PlatformDemangle(const char *name) {
144 return name;

Completed in 867 milliseconds

<<61626364656667686970>>