Searched defs:NP (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp58 template<std::nullptr_t np> struct NP { // expected-note 2{{template parameter is declared here}} struct
59 NP<np> *np2;
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 type 'std::nullptr_t' (aka 'nullptr_t')}}
67 NP<i> np5; // expected-error{{non-type template argument of type 'const int' cannot be converted to a value of type 'std::nullptr_t'}}
/external/llvm/lib/CodeGen/
H A DPasses.cpp349 Pass *NP; local
351 NP = (*I).second.getInstance();
353 NP = Pass::createPass((*I).second.getID());
354 assert(NP && "Pass ID not registered");
356 addPass(NP);
/external/clang/test/SemaCXX/
H A Ddestructor.cpp190 struct NP {}; struct in namespace:dnvd
245 NP* np = new NP();
249 NP* np = new NP[4];
/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp296 unsigned &NP = BBNumPreds[BB]; local
297 if (NP == 0)
298 NP = std::distance(pred_begin(BB), pred_end(BB)) + 1;
299 return NP - 1;
/external/clang/lib/Sema/
H A DDeclSpec.cpp883 unsigned NP,
886 if (NP == 0) return;
887 Decl **ProtoQuals = new Decl*[NP];
888 memcpy(ProtoQuals, Protos, sizeof(Decl*)*NP);
890 ProtocolLocs = new SourceLocation[NP];
891 memcpy(ProtocolLocs, ProtoLocs, sizeof(SourceLocation)*NP);
892 NumProtocolQualifiers = NP;
882 setProtocolQualifiers(Decl * const *Protos, unsigned NP, SourceLocation *ProtoLocs, SourceLocation LAngleLoc) argument
H A DSemaDeclAttr.cpp3228 uint32_t NP; local
3230 if (!checkUInt32Argument(*this, Attr, NumParamsExpr, NP)) {
3242 numParams = NP;
/external/llvm/include/llvm/ADT/
H A Dilist.h176 ilist_iterator(pointer NP) : NodePtr(NP) {} argument
/external/srec/srec/include/
H A Dfront.h54 #define NP 1025 macro
170 fftdata fcscl[NF+1], framp[NP+1];
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java859 NP(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 333 milliseconds