Home
last modified time | relevance | path

Searched defs:undefined (Results 1 – 21 of 21) sorted by relevance

/llvm-project/llvm/test/MC/ARM/
H A Dudf-arm.s7 undefined: label
H A Dudf-thumb-diagnostics.s7 undefined: label
H A Dudf-thumb-2.s7 undefined: label
H A Dudf-arm-diagnostics.s7 undefined: label
H A Dudf-thumb.s7 undefined: label
H A Dudf-thumb-2-diagnostics.s7 undefined: label
/llvm-project/lldb/test/API/functionalities/unused-inlined-parameters/
H A Dmain.c10 char *undefined; in main() local
/llvm-project/clang/test/Sema/
H A Daarch64-fp16-target.c28 void undefined(float16_t f16) { in undefined() function
H A Darm-neon-target.c47 void undefined(uint32x2_t v2i32, uint32x4_t v4i32, uint16x8_t v8i16, uint8x16_t v16i8, uint8x8_t v8… in undefined() function
H A Dc2x-auto.c5 …auto undefined; // expected-error {{declaration of variable 'undefined' with deduced type 'aut… in test_basic_types() local
H A Daarch64-neon-target.c69 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 Dacle_sme_target.c24 void undefined(svbool_t pg, void *ptr) __arm_inout("za") { in undefined() function
/llvm-project/clang/test/Modules/Inputs/
H A Dtemplates-top.h59 static T undefined; member
/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp238 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__.py99 def register(undefined=None, *, name=None): argument
/llvm-project/lld/MachO/
H A DWriter.cpp622 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 DSymbolTable.cpp236 else if (auto *undefined = dyn_cast<Undefined>(s)) addUndefined() local
269 } else if (auto *undefined = dyn_cast<Undefined>(s)) { addDylib() local
[all...]
H A DUnwindInfoSection.cpp271 if (auto *undefined = dyn_cast<Undefined>(s)) { in prepareRelocations() local
H A DSyntheticSections.cpp784 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 DUnwindPlan.h63 undefined, // reg is not available, e.g. volatile reg enumerator
/llvm-project/lld/ELF/
H A DConfig.h209 llvm::SmallVector<llvm::StringRef, 0> undefined; global() member