• Home
  • Raw
  • Download

Lines Matching refs:NewIP

3135     ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos);  in getComplexType()  local
3136 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getComplexType()
3163 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() local
3164 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getPointerType()
3253 BlockPointerType *NewIP = in getBlockPointerType() local
3255 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getBlockPointerType()
3290 LValueReferenceType *NewIP = in getLValueReferenceType() local
3292 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getLValueReferenceType()
3326 RValueReferenceType *NewIP = in getRValueReferenceType() local
3328 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getRValueReferenceType()
3357 MemberPointerType *NewIP = in getMemberPointerType() local
3359 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getMemberPointerType()
3407 ConstantArrayType *NewIP = in getConstantArrayType() local
3409 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getConstantArrayType()
3858 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType() local
3859 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getVectorType()
3928 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType() local
3929 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getExtVectorType()
4000 ConstantMatrixType *NewIP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos); in getConstantMatrixType() local
4001 assert(!NewIP && "Matrix type shouldn't already exist in the map"); in getConstantMatrixType()
4002 (void)NewIP; in getConstantMatrixType()
4114 FunctionNoProtoType *NewIP = in getFunctionNoProtoType() local
4116 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getFunctionNoProtoType()
4288 FunctionProtoType *NewIP = in getFunctionTypeInternal() local
4290 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getFunctionTypeInternal()
4331 PipeType *NewIP = PipeTypes.FindNodeOrInsertPos(ID, InsertPos); in getPipeType() local
4332 assert(!NewIP && "Shouldn't be in the map!"); in getPipeType()
4333 (void)NewIP; in getPipeType()
5519 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos); in getAtomicType() local
5520 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getAtomicType()