Searched refs:Name (Results 1 - 25 of 907) sorted by relevance

1234567891011>>

/external/clang/lib/Basic/
H A DLangOptions.cpp20 #define LANGOPT(Name, Bits, Default, Description) Name = Default;
21 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default);
28 #define LANGOPT(Name, Bits, Default, Description)
29 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default;
30 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
31 Name = Default;
H A DTargetInfo.cpp195 static StringRef removeGCCRegisterPrefix(StringRef Name) { argument
196 if (Name[0] == '%' || Name[0] == '#')
197 Name = Name.substr(1);
199 return Name;
205 bool TargetInfo::isValidClobber(StringRef Name) const {
206 return (isValidGCCRegisterName(Name) ||
207 Name == "memory" || Name
323 const char *Name = Info.getConstraintStr().c_str(); local
379 resolveSymbolicName(const char *&Name, ConstraintInfo *OutputConstraints, unsigned NumOutputs, unsigned &Index) const argument
406 const char *Name = Info.ConstraintStr.c_str(); local
[all...]
/external/clang/include/clang/Basic/
H A DDiagnosticOptions.h39 #define DIAGOPT(Name, Bits, Default) unsigned Name : Bits;
40 #define ENUM_DIAGOPT(Name, Type, Bits, Default)
46 #define DIAGOPT(Name, Bits, Default)
47 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits;
63 #define DIAGOPT(Name, Bits, Default)
64 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \
65 Type get##Name() const { return static_cast<Type>(Name); } \
[all...]
H A DMacroBuilder.h29 /// Append a \#define line for macro of the form "\#define Name Value\n".
30 void defineMacro(const Twine &Name, const Twine &Value = "1") { argument
31 Out << "#define " << Name << ' ' << Value << '\n';
34 /// Append a \#undef line for Name. Name should be of the form XXX
36 void undefineMacro(const Twine &Name) { argument
37 Out << "#undef " << Name << '\n'; local
H A DOperatorKinds.h24 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
25 OO_##Name,
/external/smack/src/org/xbill/DNS/
H A DCNAMERecord.java27 CNAMERecord(Name name, int dclass, long ttl, Name alias) {
34 public Name
40 public Name
H A DDNAMERecord.java27 DNAMERecord(Name name, int dclass, long ttl, Name alias) {
34 public Name
40 public Name
H A DMBRecord.java27 MBRecord(Name name, int dclass, long ttl, Name mailbox) {
32 public Name
37 public Name
H A DMDRecord.java28 MDRecord(Name name, int dclass, long ttl, Name mailAgent) {
33 public Name
38 public Name
H A DMFRecord.java28 MFRecord(Name name, int dclass, long ttl, Name mailAgent) {
33 public Name
38 public Name
H A DNSRecord.java6 * Name Server Record - contains the name server serving the named zone
27 NSRecord(Name name, int dclass, long ttl, Name target) {
32 public Name
37 public Name
H A DKXRecord.java29 KXRecord(Name name, int dclass, long ttl, int preference, Name target) {
35 public Name
46 public Name
H A DAFSDBRecord.java30 AFSDBRecord(Name name, int dclass, long ttl, int subtype, Name host) {
41 public Name
H A DMGRecord.java28 MGRecord(Name name, int dclass, long ttl, Name mailbox) {
33 public Name
H A DMRRecord.java28 MRRecord(Name name, int dclass, long ttl, Name newName) {
33 public Name
H A DNSAP_PTRRecord.java28 NSAP_PTRRecord(Name name, int dclass, long ttl, Name target) {
33 public Name
H A DPTRRecord.java28 PTRRecord(Name name, int dclass, long ttl, Name target) {
33 public Name
H A DRTRecord.java29 RTRecord(Name name, int dclass, long ttl, int preference,
30 Name intermediateHost)
43 public Name
H A DSingleNameBase.java18 protected Name singleName;
24 SingleNameBase(Name name, int type, int dclass, long ttl) {
29 SingleNameBase(Name name, int type, int dclass, long ttl, Name singleName,
38 singleName = new Name(in);
42 rdataFromString(Tokenizer st, Name origin) throws IOException {
51 protected Name
H A DMINFORecord.java19 private Name responsibleAddress;
20 private Name errorAddress;
37 MINFORecord(Name name, int dclass, long ttl,
38 Name responsibleAddress, Name errorAddress)
49 responsibleAddress = new Name(in);
50 errorAddress = new Name(in);
54 rdataFromString(Tokenizer st, Name origin) throws IOException {
70 public Name
79 public Name
[all...]
H A DPXRecord.java18 private Name map822;
19 private Name mapX400;
35 PXRecord(Name name, int dclass, long ttl, int preference,
36 Name map822, Name mapX400)
48 map822 = new Name(in);
49 mapX400 = new Name(in);
53 rdataFromString(Tokenizer st, Name origin) throws IOException {
85 public Name
91 public Name
[all...]
H A DRPRecord.java19 private Name mailbox;
20 private Name textDomain;
35 RPRecord(Name name, int dclass, long ttl, Name mailbox, Name textDomain) {
44 mailbox = new Name(in);
45 textDomain = new Name(in);
49 rdataFromString(Tokenizer st, Name origin) throws IOException {
65 public Name
71 public Name
[all...]
/external/clang/include/clang/Frontend/
H A DCodeGenOptions.h26 #define CODEGENOPT(Name, Bits, Default) unsigned Name : Bits;
27 #define ENUM_CODEGENOPT(Name, Type, Bits, Default)
31 #define CODEGENOPT(Name, Bits, Default)
32 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) unsigned Name : Bits;
127 #define CODEGENOPT(Name, Bits, Default)
128 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \
129 Type get##Name() const { return static_cast<Type>(Name); } \
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp253 StringRef Name = F.getName(); local
254 switch (Name[0]) {
256 if (Name == "strlen") {
262 } else if (Name == "strchr" ||
263 Name == "strrchr") {
270 } else if (Name == "strcpy" ||
271 Name == "stpcpy" ||
272 Name == "strcat" ||
273 Name == "strtol" ||
274 Name
[all...]
/external/llvm/lib/IR/
H A DAutoUpgrade.cpp48 StringRef Name = F->getName(); local
49 if (Name.size() <= 8 || !Name.startswith("llvm."))
51 Name = Name.substr(5); // Strip off "llvm."
53 switch (Name[0]) {
56 if (Name.startswith("arm.neon.vclz")) {
66 "llvm.ctlz." + Name.substr(14), F->getParent());
69 if (Name.startswith("arm.neon.vcnt")) {
77 if (Name
174 StringRef Name = F->getName(); local
304 std::string Name = CI->getName().str(); local
[all...]

Completed in 464 milliseconds

1234567891011>>