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

<<51525354555657585960>>

  /external/clang/lib/Sema/
SemaFixItUtils.cpp 163 static bool isMacroDefined(const Sema &S, SourceLocation Loc, StringRef Name) {
164 return (bool)S.PP.getMacroDefinitionAtLoc(&S.getASTContext().Idents.get(Name),
  /external/clang/lib/Serialization/
ASTReaderInternals.h 39 /// \brief Class that performs name lookup into a DeclContext stored
92 static internal_key_type GetInternalKey(const external_key_type &Name) {
93 return Name;
  /external/clang/tools/libclang/
CursorVisitor.h 242 // Name visitor
243 bool VisitDeclarationNameInfo(DeclarationNameInfo Name);
249 bool VisitTemplateName(TemplateName Name, SourceLocation Loc);
  /external/cmockery/cmockery_0_1_2/packages/rpm/
rpm.spec 10 Name: %NAME
19 Source: http://%{NAME}.googlecode.com/files/%{NAME}-%{VERSION}.tar.gz
21 Buildroot: %{_tmppath}/%{name}-root
25 The %name package contains a lightweight library to simplify and generalize the
31 Requires: %{NAME} = %{VERSION}
34 The %name package contains static and debug libraries and header files for the
35 development of test applications using %name.
58 ## Mark all installed files within /usr/share/doc/{package name} a
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
Binding.java 31 import javax.lang.model.element.Name;
164 * Returns the name of the package in which this binding must be managed. E.g.: a binding
198 Name qualifiedName = elementPackage.getQualifiedName();
  /external/libvpx/libvpx/build/make/
gen_msvs_sln.sh 59 local name=`grep Name "$file" | awk 'BEGIN {FS="\""}{if (NR==1) print $2}'`
62 local name=`grep RootNamespace "$file" | sed 's,.*<.*>\(.*\)</.*>.*,\1,'`
72 eval "${var}_name=$name"
77 grep Name | cut -d\" -f2`
95 eval "local name=\${$1_name}"
105 echo "Project(\"{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}\") = \"$name\", \"$file\", \"$guid\""
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 91 /// Name-mangler for global names.
182 void getNameWithPrefix(SmallVectorImpl<char> &Name,
341 MCSymbol *createTempSymbol(const Twine &Name) const;
343 /// Return the MCSymbol for a private symbol with global value name as its
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h 29 findChildren(PDB_SymType Type, StringRef Name,
32 findChildrenByRVA(PDB_SymType Type, StringRef Name, PDB_NameSearchFlags Flags,
  /external/llvm/include/llvm/Object/
COFFYAML.h 60 StringRef Name;
74 StringRef Name;
ELFObjectFile.h 491 StringRef Name = *NameOrErr;
492 if (Name.startswith("$d") || Name.startswith("$t") ||
493 Name.startswith("$a"))
547 ErrorOr<StringRef> Name = EF.getSectionName(&*getSection(Sec));
548 if (!Name)
549 return Name.getError();
550 Result = *Name;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 130 // Add name and type.
210 // If the linkage name is different than the name, go ahead and output
211 // that as well into the name table.
300 // Add name to the name table, we do this here because we're guaranteed
447 // Add name to the name table, we do this here because we're guaranteed
662 StringRef Name = Module->getName();
663 if (!Name.empty()
    [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 345 const char *MachineFunction::createExternalSymbolName(StringRef Name) {
346 char *Dest = Allocator.Allocate<char>(Name.size() + 1);
347 std::copy(Name.begin(), Name.end(), Dest);
348 Dest[Name.size()] = 0;
499 SmallString<60> Name;
500 raw_svector_ostream(Name)
502 return Ctx.getOrCreateSymbol(Name);
    [all...]
  /external/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 35 const Twine &Name, Constant *Initializer) {
37 Initializer, Name, nullptr,
71 // See if we have a name for this global.
99 assert(!R.needsRenaming(V) && "Invalid global name.");
  /external/llvm/lib/IR/
LLVMContext.cpp 213 // pattern, passed via one of the -pass-remarks* flags, matches the name of
283 unsigned LLVMContext::getMDKindID(StringRef Name) const {
287 Name, pImpl->CustomMDKindNames.size()))
292 /// metadata name and ID.
  /external/llvm/lib/Support/
LockFileManager.cpp 36 /// \brief Attempt to read the lock file with the given name, if it exists.
38 /// \param LockFileName The name of the lock file to read.
126 RemoveUniqueLockFileOnSignal(StringRef Name)
127 : Filename(Name), RemoveImmediately(true) {
199 // Create a link from the lock file name. If this succeeds, we're done.
  /external/llvm/lib/Target/
TargetMachineC.cpp 69 LLVMTargetRef LLVMGetTargetFromName(const char *Name) {
70 StringRef NameRef = Name;
  /external/llvm/test/MC/ARM/
eh-directive-vsave.s 72 @ CHECK: Name: .ARM.extab.TEST1
125 @ CHECK: Name: .ARM.extab.TEST2
  /external/llvm/test/MC/Mips/
mips_abi_flags_xx_set.s 14 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags (12)
nooddspreg-cmdarg.s 19 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags (12)
nooddspreg.s 19 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags (12)
  /external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp 41 GlobalVariable *NewExtGlobal(Type *T, const Twine &Name) {
43 GlobalValue::ExternalLinkage, nullptr, Name);
155 // Lookup the demangled name first, even if there's a demangled symbol that
165 // But do fallback to looking up a demangled name if there's no ambiguity
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 78 // Emit the intrinsic ID -> name table.
84 // Emit the function name recognizer.
129 OS << " // " << Ints[i].Name << "\n";
137 // Build a 'first character of function name' -> intrinsic # mapping.
140 IntMapping[Ints[i].Name[5]].push_back(i);
142 OS << "// Function name -> enum value recognizer code.\n";
144 OS << " StringRef NameR(Name+6, Len-6); // Skip over 'llvm.'\n";
145 OS << " switch (Name[5]) { // Dispatch on first letter.\n";
153 // Sort in reverse order of intrinsic name so "abc.def" appears after
154 // "abd.def.ghi" in the overridden name matche
    [all...]
  /external/mesa3d/src/egl/main/
eglmode.c 98 mode->Name = NULL;
353 return m->Name;
  /external/mesa3d/src/mesa/main/
fbobject.h 42 return fb->Name != 0;
52 return fb->Name == 0;
  /external/mesa3d/src/mesa/program/
prog_instruction.c 145 const char *Name;
341 * Return string name for given program opcode.
347 return InstInfo[opcode].Name;

Completed in 702 milliseconds

<<51525354555657585960>>