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

<<41424344454647484950>>

  /external/clang/include/clang/AST/
ExternalASTSource.h 126 /// \brief Find all declarations with the given name in the given context,
130 /// we definitely have no declarations with tbis name.
134 FindExternalVisibleDeclsByName(const DeclContext *DC, DeclarationName Name);
157 ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef ASTFile,
159 : PCHModuleName(std::move(Name)), Path(std::move(Path)),
303 DeclarationName Name,
308 DeclarationName Name);
Comment.h 350 return Traits.getCommandInfo(getCommandID())->Name;
424 StringRef Name;
433 Attribute(SourceLocation NameLocBegin, StringRef Name) :
434 NameLocBegin(NameLocBegin), Name(Name),
439 Attribute(SourceLocation NameLocBegin, StringRef Name,
442 NameLocBegin(NameLocBegin), Name(Name),
448 return NameLocBegin.getLocWithOffset(Name.size());
600 /// arguments depends on command name) and a paragraph as an argumen
    [all...]
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 33 std::string Name;
48 Status(StringRef Name, llvm::sys::fs::UniqueID UID,
53 /// Get a copy of a Status with a different name.
58 /// \brief Returns the name that should be used for this file or directory.
59 StringRef getName() const { return Name; }
61 /// @name Status interface from llvm::sys::fs
71 /// @name Status queries
95 getBuffer(const Twine &Name, int64_t FileSize = -1,
195 getBufferForFile(const Twine &Name, int64_t FileSize = -1,
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 137 /// \brief The name of the macro being defined.
138 const IdentifierInfo *Name;
141 explicit MacroDefinitionRecord(const IdentifierInfo *Name,
143 : PreprocessingDirective(MacroDefinitionKind, Range), Name(Name) {}
145 /// \brief Retrieve the name of the macro being defined.
146 const IdentifierInfo *getName() const { return Name; }
148 /// \brief Retrieve the location of the macro name in the definition.
159 /// \brief The definition of this macro or the name of the macro if it is
175 /// \brief The name of the macro being expanded
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 297 : UseUnqualifiedMatch(NameRef.find("::") == NameRef.npos), Name(NameRef) {
298 assert(!Name.empty());
304 // Simple name.
305 return Name == Node.getName();
308 // Name needs to be constructed.
312 return Name == OS.str();
322 const StringRef Pattern = Name;
  /external/compiler-rt/lib/dfsan/
dfsan.cc 345 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
351 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) \
352 RegisterFlag(parser, #Name, Description, &f->Name);
  /external/llvm/include/llvm/IR/
DerivedTypes.h 177 /// Identified structs (e.g. %foo or %42) may optionally have a name and are not
179 /// level, so there can only be a single identified struct with a given name in
203 /// SymbolTableEntry - For a named struct that actually has a name, this is a
206 /// a identified type that has an empty name.
212 static StructType *create(LLVMContext &Context, StringRef Name);
215 static StructType *create(ArrayRef<Type *> Elements, StringRef Name,
219 StringRef Name, bool isPacked = false);
221 static StructType *create(StringRef Name, Type *elt1, ...) LLVM_END_WITH_NULL;
251 /// hasName - Return true if this is a named struct that has a non-empty name.
254 /// getName - Return the name for this struct type if it has an identity
    [all...]
  /external/llvm/test/MC/ARM/
eh-directive-setfp.s 46 @ CHECK: Name: .ARM.extab.TEST1
89 @ CHECK: Name: .ARM.extab.TEST2
132 @ CHECK: Name: .ARM.extab.TEST3
176 @ CHECK: Name: .ARM.extab.TEST4
234 @ CHECK: Name: .ARM.extab.TEST5
  /external/llvm/tools/dsymutil/
DebugMap.cpp 27 bool DebugMapObject::addSymbol(StringRef Name, uint64_t ObjectAddress,
30 std::make_pair(Name, SymbolMapping(ObjectAddress, LinkedAddress, Size)));
228 ErrorOr<StringRef> Name = Sym.getName();
229 if (!Name)
231 SymbolAddresses[*Name] = Address;
  /external/v8/src/profiler/
profile-generator.h 40 // CodeEntry doesn't own name strings, just references them.
41 inline CodeEntry(Logger::LogEventsAndTags tag, const char* name,
52 const char* name() const { return name_; } function in class:v8::internal::CodeEntry
92 void SetBuiltinId(Builtins::Name id);
93 Builtins::Name builtin_id() const {
111 class BuiltinIdField : public BitField<Builtins::Name, 8, 8> {};
311 const char* GetName(Name* name) {
312 return function_and_resource_names_.GetName(name);
317 const char* GetFunctionName(Name* name)
    [all...]
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 43 std::string Name;
47 FrameIndexOperand(StringRef Name, unsigned ID, bool IsFixed)
48 : Name(Name.str()), ID(ID), IsFixed(IsFixed) {}
51 static FrameIndexOperand create(StringRef Name, unsigned ID) {
52 return FrameIndexOperand(Name, ID, /*IsFixed=*/false);
169 YamlMF.Name = MF.getName();
304 YamlObject.Name.Value =
317 I, FrameIndexOperand::create(YamlObject.Name.Value, ID++)));
645 if (!Operand.Name.empty()
    [all...]
ShadowStackGCLowering.cpp 57 const char *Name);
60 const char *Name);
353 const char *Name) {
357 Value *Val = B.CreateGEP(Ty, BasePtr, Indices, Name);
366 int Idx, const char *Name) {
369 Value *Val = B.CreateGEP(Ty, BasePtr, Indices, Name);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 51 radeon_new_framebuffer(struct gl_context *ctx, GLuint name)
53 return _mesa_new_framebuffer(ctx, name);
164 int y_flip = (rb->Name == 0) ? -1 : 1;
165 int y_bias = (rb->Name == 0) ? (rb->Height - 1) : 0;
202 int y_flip = (rb->Name == 0) ? -1 : 1;
203 int y_bias = (rb->Name == 0) ? (rb->Height - 1) : 0;
261 if (rb->Name) {
298 if (rb->Name) {
332 if (rb->Name == 0) {
359 int y_flip = (rb->Name == 0) ? -1 : 1
791 const GLuint name = ~0; \/* not significant, but distinct for debugging *\/ local
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 395 // Match the platform name.
654 // Never looked up by name.
686 #define DECL(NAME, BASE)
687 #define DECL_CONTEXT(NAME) \
688 case Decl::NAME: \
689 return static_cast<NAME##Decl*>(const_cast<DeclContext*>(D));
690 #define DECL_CONTEXT_BASE(NAME)
693 #define DECL(NAME, BASE)
694 #define DECL_CONTEXT_BASE(NAME) \
695 if (DK >= first##NAME && DK <= last##NAME)
    [all...]
  /external/clang/lib/Basic/
Module.cpp 27 Module::Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent,
29 : Name(Name), DefinitionLoc(DefinitionLoc), Parent(Parent), Directory(),
46 Parent->SubModuleIndex[Name] = Parent->SubModules.size();
128 Names.push_back(M->Name);
145 if (nameParts.empty() || M->Name != nameParts.back())
225 Module *Module::findSubmodule(StringRef Name) const {
226 llvm::StringMap<unsigned>::const_iterator Pos = SubModuleIndex.find(Name);
327 OS << "module " << Name;
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 88 cl::value_desc("cpu-name"),
157 void *getPointerToNamedFunction(const std::string &Name,
164 void addDummySymbol(const std::string &Name, uint64_t Addr) {
165 DummyExterns[Name] = Addr;
168 RuntimeDyld::SymbolInfo findSymbol(const std::string &Name) override {
169 auto I = DummyExterns.find(Name);
174 return RTDyldMemoryManager::findSymbol(Name);
334 ErrorOr<StringRef> Name = Sym.getName();
335 if (!Name)
356 outs() << "Function: " << *Name << ", Size = " << Siz
    [all...]
  /external/v8/src/regexp/
regexp-ast.h 28 #define FORWARD_DECLARE(Name) class RegExp##Name;
40 #define MAKE_CASE(Name) \
41 virtual void* Visit##Name(RegExp##Name*, void* data) = 0;
201 #define MAKE_ASTYPE(Name) \
202 virtual RegExp##Name* As##Name(); \
203 virtual bool Is##Name();
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 33 cl::desc("Specify the name of an IR file to load for function definitions"),
34 cl::value_desc("input IR file name"));
143 std::string Name;
145 VariableExprAST(const std::string &name) : Name(name) {}
146 const std::string &getName() const { return Name; }
215 std::string Name;
220 PrototypeAST(const std::string &name, const std::vector<std::string> &args,
222 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 128 std::string Name;
130 VariableExprAST(const std::string &name) : Name(name) {}
131 const std::string &getName() const { return Name; }
200 std::string Name;
205 PrototypeAST(const std::string &name, const std::vector<std::string> &args,
207 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {}
214 return Name[Name.size()-1]
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 236 // second form is [[foo]] which is a reference to foo. The variable name
254 // Get the regex name (e.g. "foo").
256 StringRef Name = MatchStr.substr(0, NameEnd);
258 if (Name.empty()) {
259 SM.PrintMessage(SMLoc::getFromPointer(Name.data()), SourceMgr::DK_Error,
260 "invalid name in named regex: empty name");
264 // Verify that the name/expression is well formed. FileCheck currently
268 for (unsigned i = 0, e = Name.size(); i != e; ++i) {
269 if (i == 0 && Name[i] == '@')
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp 46 /// \brief Determine whether the declaration found is acceptable as the name
64 // injected-class-name (Clause 9). The injected-class-name
67 // equivalent to the injected-class-name followed by the
103 // A lookup that finds an injected-class-name (10.2) can result in an
106 // refer to specializations of the same class template, and if the name
107 // is used as a template-name, the reference refers to the class
118 // found this template through a particular injected class name,
139 UnqualifiedId &Name,
149 switch (Name.getKind())
    [all...]
  /external/v8/src/
objects.h 96 // - Name
321 // encoding is considered TWO_BYTE. It is not mentioned in the name. ONE_BYTE
322 // encoding is mentioned explicitly in the name. Likewise, the default
324 // name. The other representations (e.g. CONS, EXTERNAL) are explicitly
    [all...]
  /external/llvm/include/llvm/Support/
GCOV.h 270 StringRef getName() const { return Name; }
290 StringRef Name;
383 GCOVCoverage(StringRef Name)
384 : Name(Name), LogicalLines(0), LinesExec(0), Branches(0),
387 StringRef Name;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 810 StringRef Name = Ctx->getName();
811 if (Name.empty() && isa<DINamespace>(Ctx))
812 Name = "(anonymous namespace)";
813 if (!Name.empty()) {
814 CS += Name;
823 StringRef Name = BTy->getName();
824 // Add name if not anonymous or intermediate type.
825 if (!Name.empty())
826 addString(Buffer, dwarf::DW_AT_name, Name);
828 // An unspecified type only has a name attribute
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 264 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name,
266 if (Function *F = unwrap(EE)->FindFunctionNamed(Name)) {
298 uint64_t LLVMGetGlobalValueAddress(LLVMExecutionEngineRef EE, const char *Name) {
299 return unwrap(EE)->getGlobalValueAddress(Name);
302 uint64_t LLVMGetFunctionAddress(LLVMExecutionEngineRef EE, const char *Name) {
303 return unwrap(EE)->getFunctionAddress(Name);

Completed in 1197 milliseconds

<<41424344454647484950>>