Home
last modified time | relevance | path

Searched refs:std_import (Results 1 – 2 of 2) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dcodegen.cpp9734 ZigType *std_import; in gen_root_source() local
9735 if ((err = analyze_import(g, g->root_import, buf_create_from_str("std"), &std_import, in gen_root_source()
9746 Tld *builtin_tld = find_decl(g, &get_container_scope(std_import)->base, in gen_root_source()
9774 if ((err = analyze_import(g, std_import, buf_create_from_str("./special/compiler_rt.zig"), in gen_root_source()
/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dcodegen.cpp9734 ZigType *std_import; in gen_root_source() local
9735 if ((err = analyze_import(g, g->root_import, buf_create_from_str("std"), &std_import, in gen_root_source()
9746 Tld *builtin_tld = find_decl(g, &get_container_scope(std_import)->base, in gen_root_source()
9774 if ((err = analyze_import(g, std_import, buf_create_from_str("./special/compiler_rt.zig"), in gen_root_source()