HomeSort by relevance Sort by last modified time
    Searched refs:Name (Results 226 - 250 of 6172) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RTDyldMemoryManager.cpp 205 #define ARM_MATH_DECL(name) extern "C" void name();
216 RTDyldMemoryManager::getSymbolAddressInProcess(const std::string &Name) {
230 if (Name == "stat") return (uint64_t)&stat;
231 if (Name == "fstat") return (uint64_t)&fstat;
232 if (Name == "lstat") return (uint64_t)&lstat;
233 if (Name == "stat64") return (uint64_t)&stat64;
234 if (Name == "fstat64") return (uint64_t)&fstat64;
235 if (Name == "lstat64") return (uint64_t)&lstat64;
236 if (Name == "atexit") return (uint64_t)&atexit
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Timer.h 80 std::string Name; ///< The name of this time variable.
89 explicit Timer(StringRef Name, StringRef Description) {
90 init(Name, Description);
92 Timer(StringRef Name, StringRef Description, TimerGroup &tg) {
93 init(Name, Description, tg);
106 void init(StringRef Name, StringRef Description);
107 void init(StringRef Name, StringRef Description, TimerGroup &tg);
109 const std::string &getName() const { return Name; }
159 /// statement. All timers with the same name are merged. This is primaril
    [all...]
  /external/syzkaller/pkg/ifuzz/generated/
insns.go 10 {Name: "FADD", Extension: "X87", Mode: 15, Opcode: []uint8{216}, Modrm: true, Mod: -3, Rm: -1, Mem32: true, VexP: -1},
11 {Name: "FMUL", Extension: "X87", Mode: 15, Opcode: []uint8{216}, Modrm: true, Mod: -3, Reg: 1, Rm: -1, Mem32: true, VexP: -1},
12 {Name: "FCOMP", Extension: "X87", Mode: 15, Opcode: []uint8{216}, Modrm: true, Mod: -3, Reg: 3, Rm: -1, Mem32: true, VexP: -1},
13 {Name: "FSUB", Extension: "X87", Mode: 15, Opcode: []uint8{216}, Modrm: true, Mod: -3, Reg: 4, Rm: -1, Mem32: true, VexP: -1},
14 {Name: "FSUBR", Extension: "X87", Mode: 15, Opcode: []uint8{216}, Modrm: true, Mod: -3, Reg: 5, Rm: -1, Mem32: true, VexP: -1},
15 {Name: "FDIV", Extension: "X87", Mode: 15, Opcode: []uint8{216}, Modrm: true, Mod: -3, Reg: 6, Rm: -1, Mem32: true, VexP: -1},
16 {Name: "FDIVR", Extension: "X87", Mode: 15, Opcode: []uint8{216}, Modrm: true, Mod: -3, Reg: 7, Rm: -1, Mem32: true, VexP: -1},
17 {Name: "FADD", Extension: "X87", Mode: 15, Opcode: []uint8{216}, Modrm: true, Mod: 3, Rm: -1, VexP: -1},
18 {Name: "FMUL", Extension: "X87", Mode: 15, Opcode: []uint8{216}, Modrm: true, Mod: 3, Reg: 1, Rm: -1, VexP: -1},
19 {Name: "FCOM", Extension: "X87", Mode: 15, Opcode: []uint8{216}, Modrm: true, Mod: -3, Reg: 2, Rm: -1, M (…)
    [all...]
  /external/clang/lib/CodeGen/
CGBuilder.h 33 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
70 llvm::LoadInst *CreateLoad(Address Addr, const llvm::Twine &Name = "") {
73 Name);
75 llvm::LoadInst *CreateLoad(Address Addr, const char *Name) {
80 Name);
83 const llvm::Twine &Name = "") {
87 Name);
92 const llvm::Twine &Name = "") {
93 return CreateAlignedLoad(Addr, Align.getQuantity(), Name);
96 const char *Name) {
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/AcpiTables/
AcpiSsdtRootPci.asl 39 Name(_HID, EISAID("PNP0C0F")) \
40 Name(_UID, Unique_Id) \
41 Name(_PRS, ResourceTemplate() { \
78 Name(_HID, EISAID("PNP0A08")) // PCI Express Root Bridge
79 Name(_CID, EISAID("PNP0A03")) // Compatible PCI Root Bridge
80 Name(_SEG, Zero) // PCI Segment Group number
81 Name(_BBN, Zero) // PCI Base Bus Number
82 Name(_CCA, 1) // Initially mark the PCI coherent (for JunoR1)
86 Name(_ADR, 0xF0000000) // Dev 0, Func 0
90 Name(_PRT, Package() {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
PchScc.asl 23 Name (_HID, "INT3396")
24 Name(_CID, 0x800dd041)
25 Name (_UID, 0x1)
28 Name(PEPP, Zero)
31 Name (DEVS, Package() {0})
34 Name(DEVX, Package()
56 Name(CDMP, Package(2) {})
58 Name(DEVY, Package()
84 Name(BCCD, Package()
181 Name (_ADR, 0)
    [all...]
PchPcie.asl 47 Name(_ADR, 0x00000000)
53 Name(_PRW, Package() {9,4})
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
Name.java 46 * A name that may consist of multiple identifiers.
52 * You can construct one from a String with the name(...) method.
57 public final class Name extends Node implements NodeWithIdentifier<Name>, NodeWithAnnotations<Name> {
63 private Name qualifier;
67 public Name() {
71 public Name(final String identifier) {
75 public Name(Name qualifier, final String identifier)
    [all...]
  /external/syzkaller/sys/freebsd/gen/
amd64.go 14 {Name: "fd", Type: &IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int32", TypeSize: 4}}}, Kind: []string{"fd"}, Values: []uint64{18446744073709551615, 18446744073709551516}},
15 {Name: "fd_dir", Type: &IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int32", TypeSize: 4}}}, Kind: []string{"fd", "fd_dir"}, Values: []uint64{18446744073709551615, 18446744073709551516}},
16 {Name: "gid", Type: &IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int32", TypeSize: 4}}}, Kind: []string{"gid"}, Values: []uint64{0, 18446744073709551615}},
17 {Name: "ifindex", Type: &IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int32", TypeSize: 4}}}, Kind: []string{"ifindex"}, Values: []uint64{0}},
18 {Name: "ipc", Type: &IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int32", TypeSize: 4}}}, Kind: []string{"ipc"}, Values: []uint64{0, 18446744073709551615}},
19 {Name: "ipc_msq", Type: &IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int32", TypeSize: 4}}}, Kind: []string{"ipc", "ipc_msq"}, Values: []uint64{0, 18446744073709551615}},
20 {Name: "ipc_sem", Type: &IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int32", TypeSize: 4}}}, Kind: []string{"ipc", "ipc_sem"}, Values: []uint64{0, 18446744073709551615}},
21 {Name: "ipc_shm", Type: &IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int32", TypeSize: 4}}}, Kind: []string{"ipc", "ipc_shm"}, Values: []uint64{0, 18446744073709551615}},
22 {Name: "pid", Type: &IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int32", TypeSize: 4}}}, Kind: []string{"pid"}, Values: []uint64{0, 18446744073709551615}},
23 {Name: "shmaddr", Type: &IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "intptr", (…)
    [all...]
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/
NodeListTest.java 27 import com.github.javaparser.ast.expr.Name;
71 private FieldDeclaration createIntField(String name) {
72 return new FieldDeclaration(EnumSet.noneOf(Modifier.class), PrimitiveType.intType(), name);
254 final NodeList<Name> list = nodeList(new Name("a"), new Name("b"), new Name("c"));
256 final boolean replaced = list.replace(new Name("b"), new Name("z"));
267 final NodeList<Name> list = nodeList(new Name("abc"), new Name("bcd"), new Name("cde"))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
IRBuilder.h 64 void InsertHelper(Instruction *I, const Twine &Name,
67 I->setName(Name);
81 void InsertHelper(Instruction *I, const Twine &Name,
83 IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt);
277 /// Name is specified, it is the name of the global variable created.
278 GlobalVariable *CreateGlobalString(StringRef Str, const Twine &Name = "",
588 Value *PassThru = nullptr, const Twine &Name = "");
598 const Twine& Name = "");
615 const Twine &Name = "")
    [all...]
  /art/compiler/optimizing/
intrinsics_arm_vixl.h 36 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...) \
37 void Visit ## Name(HInvoke* invoke) override;
63 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...) \
64 void Visit ## Name(HInvoke* invoke) override;
intrinsics_mips.h 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...) \
40 void Visit ## Name(HInvoke* invoke) override;
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...) \
65 void Visit ## Name(HInvoke* invoke) override;
intrinsics_mips64.h 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...) \
40 void Visit ## Name(HInvoke* invoke) override;
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...) \
65 void Visit ## Name(HInvoke* invoke) override;
intrinsics_x86.h 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...) \
40 void Visit ## Name(HInvoke* invoke) override;
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...) \
65 void Visit ## Name(HInvoke* invoke) override;
intrinsics_x86_64.h 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...) \
40 void Visit ## Name(HInvoke* invoke) override;
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...) \
65 void Visit ## Name(HInvoke* invoke) override;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
QNCApic.asi 21 Name(_HID,EISAID("PNP0003")) // APIC resources
23 Name(CRS, ResourceTemplate()
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeSymbolEmitter.h 33 virtual void writeUserDefinedType(TypeIndex TI, StringRef Name) = 0;
  /external/llvm/include/llvm/ExecutionEngine/Orc/
LambdaResolver.h 35 findSymbolInLogicalDylib(const std::string &Name) final {
36 return DylibLookupFtor(Name);
39 RuntimeDyld::SymbolInfo findSymbol(const std::string &Name) final {
40 return ExternalLookupFtor(Name);
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserUtils.h 23 /// with the given name.
26 bool parseAssignmentExpression(StringRef Name, bool allow_redef,
  /external/llvm/lib/Target/AMDGPU/
AMDGPUIntrinsicInfo.cpp 46 StringRef Name(NameData, Len);
47 if (!Name.startswith("llvm."))
50 // Look for a name match in our table. If the intrinsic is not overloaded,
53 int Idx = Intrinsic::lookupLLVMIntrinsicByName(IntrinsicNameTable, Name);
55 bool IsPrefixMatch = Name.size() > strlen(IntrinsicNameTable[Idx]);
  /external/llvm/lib/Target/NVPTX/
NVPTXAssignValidGlobalNames.cpp 13 // Currently NVPTX, like other backends, relies on generic symbol name
38 /// \brief Clean up the name to remove symbols invalid in PTX.
39 std::string cleanUpName(StringRef Name);
56 // setName doesn't do extra work if the name does not change.
58 // name to something that already exists, it adds a proper postfix to
67 std::string NVPTXAssignValidGlobalNames::cleanUpName(StringRef Name) {
70 for (unsigned I = 0, E = Name.size(); I != E; ++I) {
71 char C = Name[I];
  /external/mesa3d/docs/specs/
MESA_release_buffers.spec 0 Name
5 Name Strings
  /external/swiftshader/third_party/LLVM/lib/MC/
MCContext.cpp 65 MCSymbol *MCContext::GetOrCreateSymbol(StringRef Name) {
66 assert(!Name.empty() && "Normal symbols cannot be unnamed!");
70 StringMapEntry<MCSymbol*> &Entry = Symbols.GetOrCreateValue(Name);
76 Sym = CreateSymbol(Name);
81 MCSymbol *MCContext::CreateSymbol(StringRef Name) {
85 isTemporary = Name.startswith(MAI.getPrivateGlobalPrefix());
87 StringMapEntry<bool> *NameEntry = &UsedNames.GetOrCreateValue(Name);
90 SmallString<128> NewName = Name;
92 NewName.resize(Name.size());
106 MCSymbol *MCContext::GetOrCreateSymbol(const Twine &Name) {
    [all...]
MCSectionCOFF.cpp 20 // should be printed before the section name
21 bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name,
25 if (Name == ".text" || Name == ".data" || Name == ".bss")

Completed in 826 milliseconds

1 2 3 4 5 6 7 8 91011>>