/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p1-11.cpp | 58 template<std::nullptr_t np> struct NP { // expected-note 2{{template parameter is declared here}} struct 59 NP<np> *np2; argument 62 NP<nullptr> np1; 63 NP<np> np2; 64 NP<get_nullptr()> np3; 65 NP<0> np4; // expected-error{{null non-type template argument must be cast to template parameter ty… 67 NP<i> np5; // expected-error{{non-type template argument of type 'const int' cannot be converted to…
|
/external/clang/test/SemaCXX/ |
D | destructor.cpp | 190 struct NP {}; struct 245 NP* np = new NP(); in nowarnnonpoly() 249 NP* np = new NP[4]; in nowarnnonpoly()
|
D | runtimediag-ppe.cpp | 11 int& NP(int); 12 void test1() { (void)typeid(NP(1 << 32)); } in test1()
|
/external/clang/test/SemaObjCXX/ |
D | arc-ppe.mm | 11 int& NP(void*); function 12 void test1() { (void)typeid(NP((void*)(id*)0)); }
|
/external/llvm/lib/CodeGen/ |
D | Passes.cpp | 349 Pass *NP; in addPass() local 351 NP = (*I).second.getInstance(); in addPass() 353 NP = Pass::createPass((*I).second.getID()); in addPass() 354 assert(NP && "Pass ID not registered"); in addPass() 356 addPass(NP); in addPass()
|
/external/icu/icu4c/source/data/misc/ |
D | postalCodeData.txt | 12 AR{"([A-HJ-NP-Z])?\d{4}([A-Z]{3})?"} 58 "|NN|NP|NR|NW|OL|OX|PA|PE|PH|PL|PO|PR|RG|RH|RM|S|SA|SE|SG|SK|SL|SM|SN|SO|SP|S" 126 NP{"\d{5}"}
|
/external/chromium_org/third_party/icu/source/data/misc/ |
D | postalCodeData.txt | 12 AR{"([A-HJ-NP-Z])?\d{4}([A-Z]{3})?"} 58 "|NN|NP|NR|NW|OL|OX|PA|PE|PH|PL|PO|PR|RG|RH|RM|S|SA|SE|SG|SK|SL|SM|SN|SO|SP|S" 126 NP{"\d{5}"}
|
/external/icu/icu4c/source/data/region/ |
D | bo.txt | 21 NP{"བར་ཡུལ་"}
|
D | ps.txt | 61 NP{"نیپال"}
|
D | fa_AF.txt | 76 NP{"نیپال"}
|
D | chr.txt | 179 NP{"ᏁᏆᎵ"}
|
D | shi.txt | 163 NP{"ⵏⵉⴱⴰⵍ"}
|
D | vai.txt | 163 NP{"ꕇꕐꔷ"}
|
/external/chromium_org/third_party/icu/source/data/region/ |
D | bo.txt | 20 NP{"བར་ཡུལ་"}
|
D | ps.txt | 61 NP{"نیپال"}
|
D | fa_AF.txt | 76 NP{"نیپال"}
|
D | chr.txt | 175 NP{"ᏁᏆᎵ"}
|
D | vai.txt | 163 NP{"ꕇꕐꔷ"}
|
D | shi.txt | 163 NP{"ⵏⵉⴱⴰⵍ"}
|
/external/srec/srec/include/ |
D | front.h | 54 #define NP 1025 macro 170 fftdata fcscl[NF+1], framp[NP+1];
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 883 unsigned NP, in setProtocolQualifiers() argument 886 if (NP == 0) return; in setProtocolQualifiers() 887 Decl **ProtoQuals = new Decl*[NP]; in setProtocolQualifiers() 888 memcpy(ProtoQuals, Protos, sizeof(Decl*)*NP); in setProtocolQualifiers() 890 ProtocolLocs = new SourceLocation[NP]; in setProtocolQualifiers() 891 memcpy(ProtocolLocs, ProtoLocs, sizeof(SourceLocation)*NP); in setProtocolQualifiers() 892 NumProtocolQualifiers = NP; in setProtocolQualifiers()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
D | xdfprotect.asm | 112 idesc32 isrP, 0x0008, 0 ; 0x0B, 11, #NP, Segment Not Present 150 dw isrR, 0 ; 0x0B, 11, #NP, Segment Not Present
|
D | xdflong.asm | 138 idesc64 isrL, 0x0008, 0 ; 0x0B, 11, #NP, Segment Not Present 177 dw isrR, 0 ; 0x0B, 11, #NP, Segment Not Present
|
/external/chromium_org/third_party/libphonenumber/src/resources/ |
D | phonemetadata.proto | 61 // This field specifies how the national prefix ($NP) together with the first 64 // For example, when this field contains "($NP$FG)", a number from Beijing, 65 // China (whose $NP = 0), which would by default be formatted without 68 // would contain "($NP)$FG". Note $FG should always be present in this field, 69 // but $NP can be omitted. For example, having "$FG" could indicate the 79 // This field specifies whether the $NP can be omitted when formatting a
|
/external/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 296 unsigned &NP = BBNumPreds[BB]; in getNumPreds() local 297 if (NP == 0) in getNumPreds() 298 NP = std::distance(pred_begin(BB), pred_end(BB)) + 1; in getNumPreds() 299 return NP - 1; in getNumPreds()
|