Home
last modified time | relevance | path

Searched refs:test_alias (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/test/Analysis/BasicAA/
Dptrmask.ll18 ; CHECK-NEXT: Function: test_alias: 4 pointers, 1 call sites
20 define void @test_alias(%struct* %ptr1, i64* %ptr2, i64 %offset) {
/external/llvm-project/lldb/test/API/commands/command/invalid-args/
DTestInvalidArgsCommand.py33 def test_alias(self): member in InvalidArgsCommandTestCase
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Dfunction-bitcasts.ll65 ; CHECK-LABEL: test_alias:
67 define void @test_alias() {
/external/llvm-project/llvm/test/CodeGen/X86/
Davoid-sfb.ll1440 define dso_local void @test_alias(i8* nocapture %A, i32 %x) local_unnamed_addr #0 {
1441 ; CHECK-LABEL: test_alias:
1448 ; DISABLED-LABEL: test_alias:
1455 ; CHECK-AVX2-LABEL: test_alias:
1462 ; CHECK-AVX512-LABEL: test_alias:
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c83 struct cil_typealias *test_alias = (struct cil_typealias*)test_curr->data; in test_cil_resolve_name() local
86 int rc = cil_resolve_name(test_curr, test_alias->type_str, CIL_SYM_TYPES, args, &type_node); in test_cil_resolve_name()
107 struct cil_typealias *test_alias = (struct cil_typealias*)test_curr->data; in test_cil_resolve_name_invalid_type_neg() local
110 int rc = cil_resolve_name(test_curr, test_alias->type_str, CIL_SYM_TYPES, args, &type_node); in test_cil_resolve_name_invalid_type_neg()