/llvm-project/llvm/test/MC/ARM/ |
H A D | udf-arm.s | 7 undefined: label
|
H A D | udf-thumb-diagnostics.s | 7 undefined: label
|
H A D | udf-thumb-2.s | 7 undefined: label
|
H A D | udf-arm-diagnostics.s | 7 undefined: label
|
H A D | udf-thumb.s | 7 undefined: label
|
H A D | udf-thumb-2-diagnostics.s | 7 undefined: label
|
/llvm-project/lldb/test/API/functionalities/unused-inlined-parameters/ |
H A D | main.c | 10 char *undefined; in main() local
|
/llvm-project/clang/test/Sema/ |
H A D | aarch64-fp16-target.c | 28 void undefined(float16_t f16) { in undefined() function
|
H A D | arm-neon-target.c | 47 void undefined(uint32x2_t v2i32, uint32x4_t v4i32, uint16x8_t v8i16, uint8x16_t v16i8, uint8x8_t v8… in undefined() function
|
H A D | c2x-auto.c | 5 …auto undefined; // expected-error {{declaration of variable 'undefined' with deduced type 'aut… in test_basic_types() local
|
H A D | aarch64-neon-target.c | 69 void undefined(uint32x2_t v2i32, uint32x4_t v4i32, uint16x8_t v8i16, uint8x16_t v16i8, uint8x8_t v8i8, float32x2_t v2f32, float32x4_t v4f32, float16x4_t v4f16, float64x2_t v2f64, bfloat16x4_t v4bf16, __bf16 bf16, poly64_t poly64, poly64x2_t poly64x2) { in undefined() function
|
/llvm-project/clang/test/Sema/aarch64-sme-intrinsics/ |
H A D | acle_sme_target.c | 24 void undefined(svbool_t pg, void *ptr) __arm_inout("za") { in undefined() function
|
/llvm-project/clang/test/Modules/Inputs/ |
H A D | templates-top.h | 59 static T undefined; member
|
/llvm-project/openmp/runtime/src/ |
H A D | extractExternal.cpp | 238 set<string> *undefined) { in computeExternalSymbols() 402 set<string> *undefined) { in findRequiredExternal() 435 set<string> *defined, *undefined; in main() local
|
/llvm-project/third-party/benchmark/bindings/python/google_benchmark/ |
H A D | __init__.py | 99 def register(undefined=None, *, name=None): argument
|
/llvm-project/lld/MachO/ |
H A D | Writer.cpp | 622 if (auto *undefined = dyn_cast<Undefined>(config->entry)) treatSpecialUndefineds() local 628 if (const auto *undefined = dyn_cast<Undefined>(sym)) treatSpecialUndefineds() local 636 if (const auto *undefined = dyn_cast<Undefined>(sym)) treatSpecialUndefineds() local 705 if (auto *undefined = dyn_cast<Undefined>(sym)) scanRelocations() local [all...] |
H A D | SymbolTable.cpp | 236 else if (auto *undefined = dyn_cast<Undefined>(s)) addUndefined() local 269 } else if (auto *undefined = dyn_cast<Undefined>(s)) { addDylib() local [all...] |
H A D | UnwindInfoSection.cpp | 271 if (auto *undefined = dyn_cast<Undefined>(s)) { in prepareRelocations() local
|
H A D | SyntheticSections.cpp | 784 if (auto *undefined = dyn_cast<Undefined>(binder)) setUp() local 914 if (auto *undefined = dyn_cast<Undefined>(objcMsgSend)) setUp() local 1973 if (auto *undefined = dyn_cast<Undefined>(sym)) setUp() local
|
/llvm-project/lldb/include/lldb/Symbol/ |
H A D | UnwindPlan.h | 63 undefined, // reg is not available, e.g. volatile reg enumerator
|
/llvm-project/lld/ELF/ |
H A D | Config.h | 209 llvm::SmallVector<llvm::StringRef, 0> undefined; global() member
|