Home
last modified time | relevance | path

Searched refs:MACRO_A (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/llvmlibc/
H A Dimplementation-in-namespace.cpp3 #define MACRO_A "defining macros outside namespace is valid" macro
9 char *VarD = MACRO_A;
24 char *VarD = MACRO_A;
36 char *VarD = MACRO_A;
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-empty-body.cpp7 #define MACRO_A 0 macro
17 …if (x == MACRO_A); // expected-warning {{if statement has empty body}} expected-note{{put the semi… in test1()
18 …if (MACRO_A == x); // expected-warning {{if statement has empty body}} expected-note{{put the semi… in test1()