Home
last modified time | relevance | path

Searched refs:removePointer (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/AST/Interp/
DPointer.cpp36 Pointee->removePointer(this); in ~Pointer()
45 Pointee->removePointer(this); in operator =()
62 Pointee->removePointer(this); in operator =()
DInterpBlock.cpp31 void Block::removePointer(Pointer *P) { in removePointer() function in Block
DInterpBlock.h91 void removePointer(Pointer *P);
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DModifyStruct.cpp719 state.symbolEnv.removePointer(field); in RecurseStruct()
752 state.symbolEnv.removePointer(field); in SplitMatrixColumns()
787 state.symbolEnv.removePointer(field); in SaturateMatrixRows()
867 state.symbolEnv.removePointer(field); in SaturateScalarOrVectorCommon()
920 state.symbolEnv.removePointer(field); in PromoteBoolToUint()
DSymbolEnv.h181 void removePointer(VarField x);
DSymbolEnv.cpp459 void SymbolEnv::removePointer(VarField x) in removePointer() function in SymbolEnv