Searched defs:isNew (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 94 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second; in EmitCopyFromReg() local 183 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg() local 274 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in CreateVirtualRegisters() local 576 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitSubregNode() local 599 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitCopyToRegClassNode() local 641 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitRegSequence() local
|
D | ScheduleDAGSDNodes.cpp | 783 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 61 bool isNew; in processCallEnter() local 287 bool isNew; in processCallExit() local 313 bool isNew; in processCallExit() local 451 bool isNew; in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
D | CoreEngine.cpp | 584 bool isNew; in generateCallExitBeginNode() local
|
/external/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 754 bool isNew = SrcRegMap.insert(std::make_pair(NewReg, Reg)).second; in scanUses() local 767 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses() local 772 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses() local 802 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second; in processCopy() local
|
D | MachineLICM.cpp | 819 bool isNew = ConsiderSeen ? RegSeen.insert(Reg).second : false; in calcRegisterCost() local
|
/external/opencv3/modules/features2d/src/ |
D | blobdetector.cpp | 325 bool isNew = true; in detect() local
|
/external/jetty/src/java/org/eclipse/jetty/server/session/ |
D | AbstractSession.java | 395 public boolean isNew() throws IllegalStateException in isNew() method in AbstractSession
|
/external/freetype/src/cff/ |
D | cf2hints.h | 76 FT_Bool isNew; member
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cf2hints.h | 76 FT_Bool isNew; member
|
/external/proguard/src/proguard/optimize/peephole/ |
D | BranchTargetFinder.java | 241 public boolean isNew(int offset) in isNew() method in BranchTargetFinder
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 2168 bool isNew = Tok.getKind() == tok::kw_new; in ParseUnqualifiedIdOperator() local
|
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.cpp | 1943 bool RawImage::isNew() in isNew() function in __anon09fea1770111::RawImage
|