| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-builtins.cc | 88 enum riscv_builtin_type builtin_type; member in struct:riscv_builtin_description 148 BUILTIN_TYPE and FUNCTION_TYPE are riscv_builtin_description fields. 152 #define RISCV_BUILTIN(INSN, NAME, BUILTIN_TYPE, FUNCTION_TYPE, AVAIL) \ 154 BUILTIN_TYPE, FUNCTION_TYPE, riscv_builtin_avail_ ## AVAIL } 164 BUILTIN_TYPE and FUNCTION_TYPE are riscv_builtin_description fields. 168 #define RISCV_BUILTIN_NO_PREFIX(INSN, NAME, BUILTIN_TYPE, FUNCTION_TYPE, AVAIL) \ 170 BUILTIN_TYPE, FUNCTION_TYPE, riscv_builtin_avail_ ## AVAIL } 425 switch (d->builtin_type)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
| riscv-builtins.cc | 80 enum riscv_builtin_type builtin_type; member in struct:riscv_builtin_description 99 BUILTIN_TYPE and FUNCTION_TYPE are riscv_builtin_description fields. 103 #define RISCV_BUILTIN(INSN, NAME, BUILTIN_TYPE, FUNCTION_TYPE, AVAIL) \ 105 BUILTIN_TYPE, FUNCTION_TYPE, riscv_builtin_avail_ ## AVAIL } 270 switch (d->builtin_type)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/ |
| loongarch-builtins.cc | 93 enum loongarch_builtin_type builtin_type; member in struct:loongarch_builtin_description 115 BUILTIN_TYPE and FUNCTION_TYPE are loongarch_builtin_description fields. 119 #define LARCH_BUILTIN(INSN, NAME, BUILTIN_TYPE, FUNCTION_TYPE, AVAIL) \ 122 BUILTIN_TYPE, FUNCTION_TYPE, \ 362 switch (d->builtin_type)
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| PrintfFormatString.cpp | 802 #define BUILTIN_TYPE(Id, SingletonId) \
|
| MicrosoftMangle.cpp | 2376 #define BUILTIN_TYPE(Id, SingletonId)
|
| Type.cpp | 4087 #define BUILTIN_TYPE(Id, SingletonId)
|
| ItaniumMangle.cpp | 2988 #define BUILTIN_TYPE(Id, SingletonId)
|
| ASTContext.cpp | 7309 #define BUILTIN_TYPE(KIND, ID)
|
| ASTImporter.cpp | 1048 #define BUILTIN_TYPE(Id, SingletonId) \
|
| ExprConstant.cpp | 10932 #define BUILTIN_TYPE(ID, SINGLETON_ID)
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CodeGenTypes.cpp | 614 #define BUILTIN_TYPE(Id, SingletonId)
|
| ItaniumCXXABI.cpp | 3291 #define BUILTIN_TYPE(Id, SingletonId)
|
| CGDebugInfo.cpp | 653 #define BUILTIN_TYPE(Id, SingletonId)
|
| /src/external/apache2/llvm/dist/clang/lib/Index/ |
| USRGeneration.cpp | 714 #define BUILTIN_TYPE(Id, SingletonId)
|
| /src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| loongarch-builtins.cc | 111 enum loongarch_builtin_type builtin_type; member in struct:loongarch_builtin_description 138 BUILTIN_TYPE and FUNCTION_TYPE are loongarch_builtin_description fields. 142 #define LARCH_BUILTIN(INSN, NAME, BUILTIN_TYPE, FUNCTION_TYPE, AVAIL) \ 145 BUILTIN_TYPE, FUNCTION_TYPE, \ 3123 switch (d->builtin_type)
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| Type.h | 2506 #define BUILTIN_TYPE(Id, SingletonId) Id,
|
| /src/external/gpl3/gcc/dist/gcc/config/mips/ |
| mips.cc | 15691 enum mips_builtin_type builtin_type; 15727 BUILTIN_TYPE and FUNCTION_TYPE are mips_builtin_description fields. 15731 #define MIPS_BUILTIN(INSN, COND, NAME, BUILTIN_TYPE, \ 15734 "__builtin_mips_" NAME, BUILTIN_TYPE, FUNCTION_TYPE, \ 17636 /* Expand a comparison built-in function of type BUILTIN_TYPE. EXP is 17642 mips_expand_builtin_compare (enum mips_builtin_type builtin_type, 17656 switch (builtin_type) 17665 offset = GEN_INT (builtin_type == MIPS_BUILTIN_CMP_UPPER); 17677 /* Expand a bposge built-in function of type BUILTIN_TYPE. TARGET, 17681 mips_expand_builtin_bposge (enum mips_builtin_type builtin_type, rtx target [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| mips.cc | 15487 enum mips_builtin_type builtin_type; 15523 BUILTIN_TYPE and FUNCTION_TYPE are mips_builtin_description fields. 15527 #define MIPS_BUILTIN(INSN, COND, NAME, BUILTIN_TYPE, \ 15530 "__builtin_mips_" NAME, BUILTIN_TYPE, FUNCTION_TYPE, \ 17432 /* Expand a comparison built-in function of type BUILTIN_TYPE. EXP is 17438 mips_expand_builtin_compare (enum mips_builtin_type builtin_type, 17452 switch (builtin_type) 17461 offset = GEN_INT (builtin_type == MIPS_BUILTIN_CMP_UPPER); 17473 /* Expand a bposge built-in function of type BUILTIN_TYPE. TARGET, 17477 mips_expand_builtin_bposge (enum mips_builtin_type builtin_type, rtx target [all...] |
| /src/external/apache2/llvm/dist/clang/tools/libclang/ |
| CIndex.cpp | 1553 #define BUILTIN_TYPE(Id, SingletonId)
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaExpr.cpp | 6099 #define BUILTIN_TYPE(ID, SINGLETON_ID) case BuiltinType::ID: 19601 #define BUILTIN_TYPE(Id, SingletonId) case BuiltinType::Id:
|