| /llvm-project-15.0.7/llvm/test/MC/X86/ |
| H A D | intel-syntax-directional-label.s | 5 .globl FUNCTION_NAME 6 .private_extern FUNCTION_NAME 7 FUNCTION_NAME: label
|
| /llvm-project-15.0.7/compiler-rt/test/builtins/timing/ |
| H A D | floatdidf.c | 6 #define FUNCTION_NAME __floatdidf macro 16 double FUNCTION_NAME(INPUT_TYPE x); 34 FUNCTION_NAME(input[i]); in main()
|
| H A D | floatdixf.c | 6 #define FUNCTION_NAME __floatdixf macro 16 long double FUNCTION_NAME(INPUT_TYPE x); 34 FUNCTION_NAME(input[i]); in main()
|
| H A D | floatundixf.c | 6 #define FUNCTION_NAME __floatundixf macro 16 long double FUNCTION_NAME(INPUT_TYPE x); 34 FUNCTION_NAME(input[i]); in main()
|
| H A D | floatdisf.c | 6 #define FUNCTION_NAME __floatdisf macro 16 float FUNCTION_NAME(INPUT_TYPE x); 34 FUNCTION_NAME(input[i]); in main()
|
| H A D | floatundisf.c | 6 #define FUNCTION_NAME __floatundisf macro 16 float FUNCTION_NAME(INPUT_TYPE x); 34 FUNCTION_NAME(input[i]); in main()
|
| H A D | lshrdi3.c | 6 #define FUNCTION_NAME __lshrdi3 macro 16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count); 36 FUNCTION_NAME(fixedInput, input[i]); in main()
|
| H A D | ashldi3.c | 6 #define FUNCTION_NAME __ashldi3 macro 16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count); 36 FUNCTION_NAME(fixedInput, input[i]); in main()
|
| H A D | negdi2.c | 6 #define FUNCTION_NAME __negdi2 macro 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input); 37 FUNCTION_NAME(input[i]); in main()
|
| H A D | ashrdi3.c | 6 #define FUNCTION_NAME __ashrdi3 macro 16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count); 36 FUNCTION_NAME(fixedInput, input[i]); in main()
|
| H A D | modsi3.c | 6 #define FUNCTION_NAME __modsi3 macro 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
| H A D | udivdi3.c | 6 #define FUNCTION_NAME __udivdi3 macro 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
| H A D | divdi3.c | 6 #define FUNCTION_NAME __divdi3 macro 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
| H A D | umoddi3.c | 6 #define FUNCTION_NAME __umoddi3 macro 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
| H A D | muldi3.c | 6 #define FUNCTION_NAME __muldi3 macro 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
| H A D | moddi3.c | 6 #define FUNCTION_NAME __moddi3 macro 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | use-trailing-return-type.cpp | 403 #define FUNCTION_NAME(a, b) a##b macro 404 int FUNCTION_NAME(foo, bar)();
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | BitcodeWriter.cpp | 177 {FUNCTION_NAME, {"Name", &StringAbbrev}}, in __anond6a402610202() 231 {FUNCTION_USR, FUNCTION_NAME, FUNCTION_DEFLOCATION, FUNCTION_LOCATION, 538 emitRecord(I.Name, FUNCTION_NAME); in emitBlock()
|
| H A D | BitcodeWriter.h | 74 FUNCTION_NAME, enumerator
|
| H A D | BitcodeReader.cpp | 236 case FUNCTION_NAME: in parseRecord()
|