Lines Matching defs:pElem
41 TrcStackElem *pElem = new (std::nothrow) TrcStackElem(p0_type, isP0, root_pkt, root_index); in createParamElemNoParam() local
54 …TrcStackElemParam *pElem = new (std::nothrow) TrcStackElemParam(p0_type, isP0, root_pkt, root_inde… in createParamElem() local
72 TrcStackElemAtom *pElem = new (std::nothrow) TrcStackElemAtom(root_pkt, root_index); in createAtomElem() local
83 TrcStackElemExcept *pElem = new (std::nothrow) TrcStackElemExcept(root_pkt, root_index); in createExceptElem() local
95 TrcStackElemCtxt *pElem = new (std::nothrow) TrcStackElemCtxt(root_pkt, root_index); in createContextElem() local
111 TrcStackElemAddr *pElem = new (std::nothrow) TrcStackElemAddr(root_pkt, root_index); in createAddrElem() local
122 TrcStackQElem *pElem = new (std::nothrow) TrcStackQElem(root_pkt, root_index); in createQElem() local
133 TrcStackElemMarker *pElem = new (std::nothrow) TrcStackElemMarker(root_pkt, root_index); in createMarkerElem() local
144 TrcStackElemAddr *pElem = new (std::nothrow) TrcStackElemAddr(root_pkt, root_index, true); in createSrcAddrElem() local
155 TrcStackElemITE *pElem = new (std::nothrow) TrcStackElemITE(root_pkt, root_index); in createITEElem() local
173 TrcStackElem *pElem = 0; in from_front_next() local