Home
last modified time | relevance | path

Searched defs:isPtrMemOp (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExpr.h3938 static bool isPtrMemOp(Opcode Opc) { in isPtrMemOp() function
3941 bool isPtrMemOp() const { return isPtrMemOp(getOpcode()); } in isPtrMemOp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExpr.h3916 static bool isPtrMemOp(Opcode Opc) { in isPtrMemOp() function
3919 bool isPtrMemOp() const { return isPtrMemOp(getOpcode()); } in isPtrMemOp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DExpr.h3910 static bool isPtrMemOp(Opcode Opc) { in isPtrMemOp() function
3913 bool isPtrMemOp() const { return isPtrMemOp(getOpcode()); } in isPtrMemOp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExpr.h3910 static bool isPtrMemOp(Opcode Opc) { in isPtrMemOp() function
3913 bool isPtrMemOp() const { return isPtrMemOp(getOpcode()); } in isPtrMemOp() function
/aosp_15_r20/external/clang/include/clang/AST/
H A DExpr.h2970 bool isPtrMemOp() const { return Opc == BO_PtrMemD || Opc == BO_PtrMemI; } in isPtrMemOp() function