Home
last modified time | relevance | path

Searched defs:isCommaOp (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExpr.h3964 static bool isCommaOp(Opcode Opc) { return Opc == BO_Comma; } in isCommaOp() function
3965 bool isCommaOp() const { return isCommaOp(getOpcode()); } in isCommaOp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExpr.h3942 static bool isCommaOp(Opcode Opc) { return Opc == BO_Comma; } in isCommaOp() function
3943 bool isCommaOp() const { return isCommaOp(getOpcode()); } in isCommaOp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DExpr.h3936 static bool isCommaOp(Opcode Opc) { return Opc == BO_Comma; } in isCommaOp() function
3937 bool isCommaOp() const { return isCommaOp(getOpcode()); } in isCommaOp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExpr.h3936 static bool isCommaOp(Opcode Opc) { return Opc == BO_Comma; } in isCommaOp() function
3937 bool isCommaOp() const { return isCommaOp(getOpcode()); } in isCommaOp() function