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

/external/llvm/lib/MC/
H A DMCSubtargetInfo.cpp47 unsigned NF, unsigned NP) {
60 NumProcs = NP;
37 InitMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS, const SubtargetFeatureKV *PF, const SubtargetFeatureKV *PD, const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, const unsigned *FP, unsigned NF, unsigned NP) argument
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp51 template<std::nullptr_t np> struct NP { // expected-note 2{{template parameter is declared here}} struct
52 NP<np> *np2;
55 NP<nullptr> np1;
56 NP<np> np2;
57 NP<get_nullptr()> np3;
58 NP<0> np4; // expected-error{{null non-type template argument must be cast to template parameter type 'std::nullptr_t' (aka 'nullptr_t')}}
60 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.cpp328 Pass *NP = Pass::createPass((*I).second); local
329 assert(NP && "Pass ID not registered");
330 addPass(NP);
/external/clang/test/SemaCXX/
H A Ddestructor.cpp177 struct NP {}; struct in namespace:dnvd
232 NP* np = new NP();
236 NP* np = new NP[4];
/external/clang/lib/Sema/
H A DDeclSpec.cpp783 unsigned NP,
786 if (NP == 0) return;
787 Decl **ProtoQuals = new Decl*[NP];
788 memcpy(ProtoQuals, Protos, sizeof(Decl*)*NP);
790 ProtocolLocs = new SourceLocation[NP];
791 memcpy(ProtocolLocs, ProtoLocs, sizeof(SourceLocation)*NP);
792 NumProtocolQualifiers = NP;
782 setProtocolQualifiers(Decl * const *Protos, unsigned NP, SourceLocation *ProtoLocs, SourceLocation LAngleLoc) argument
/external/llvm/include/llvm/ADT/
H A Dilist.h176 ilist_iterator(pointer NP) : NodePtr(NP) {} argument
/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp275 unsigned &NP = BBNumPreds[BB]; local
276 if (NP == 0)
277 NP = std::distance(pred_begin(BB), pred_end(BB))+1;
278 return NP-1;
/external/srec/srec/include/
H A Dfront.h54 #define NP 1025 macro
170 fftdata fcscl[NF+1], framp[NP+1];

Completed in 3739 milliseconds