Home
last modified time | relevance | path

Searched refs:complex_double (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dalign-x86.cpp6 struct complex_double { struct
25 template struct check_alignment<complex_double, 4, 4>; argument
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dencode-test-5.m11 // CHECK-DAG: @[[complex_double:.*]] = private unnamed_addr constant [3 x i8] c"jd\00", align 1
12 // CHECK-DAG: @c ={{.*}} global i8* getelementptr inbounds ([3 x i8], [3 x i8]* @[[complex_double]]…
/llvm-project-15.0.7/lldb/test/API/lang/c/complex/
H A Dmain.c5 double complex complex_double = -1.5 + -2.5 * I; in main() local