Home
last modified time | relevance | path

Searched defs:isNew (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp94 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
DScheduleDAGSDNodes.cpp783 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp61 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
DCoreEngine.cpp584 bool isNew; in generateCallExitBeginNode() local
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp754 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
DMachineLICM.cpp819 bool isNew = ConsiderSeen ? RegSeen.insert(Reg).second : false; in calcRegisterCost() local
/external/opencv3/modules/features2d/src/
Dblobdetector.cpp325 bool isNew = true; in detect() local
/external/jetty/src/java/org/eclipse/jetty/server/session/
DAbstractSession.java395 public boolean isNew() throws IllegalStateException in isNew() method in AbstractSession
/external/freetype/src/cff/
Dcf2hints.h76 FT_Bool isNew; member
/external/pdfium/third_party/freetype/src/cff/
Dcf2hints.h76 FT_Bool isNew; member
/external/proguard/src/proguard/optimize/peephole/
DBranchTargetFinder.java241 public boolean isNew(int offset) in isNew() method in BranchTargetFinder
/external/clang/lib/Parse/
DParseExprCXX.cpp2168 bool isNew = Tok.getKind() == tok::kw_new; in ParseUnqualifiedIdOperator() local
/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp1943 bool RawImage::isNew() in isNew() function in __anon09fea1770111::RawImage