Searched refs:compiling (Results 1 - 13 of 13) sorted by relevance

/fuchsia/zircon/system/utest/fidl-compiler/
H A Dtable_tests.cpp20 static bool compiling(void) { function in namespace:__anon1379
158 RUN_TEST(compiling); variable
/fuchsia/zircon/make/
H A Dhcompile.mk33 $(call BUILDECHO, compiling host $<)
38 $(call BUILDECHO, compiling host $<)
H A Decompile.mk24 $(call BUILDECHO, compiling $<)
29 $(call BUILDECHO, compiling $<)
H A Dcompile.mk39 $(call BUILDECHO, compiling $<)
44 $(call BUILDECHO, compiling $<)
49 $(call BUILDECHO, compiling $<)
H A Ducompile.mk44 $(call BUILDECHO, compiling $<)
49 $(call BUILDECHO, compiling $<)
54 $(call BUILDECHO, compiling $<)
H A Dfcompile.mk37 $(call BUILDECHO, compiling $<)
46 $(call BUILDECHO, compiling $<)
H A Dengine.mk812 # case when we are cross-compiling the host tools in which case we use
/fuchsia/zircon/kernel/target/arm64/boot-shim/
H A Drules.mk58 $(call BUILDECHO, compiling $<)
63 $(call BUILDECHO, compiling $<)
/fuchsia/zircon/third_party/ulib/lz4/
H A DMakefile.lz468 @echo compiling static library
71 @echo compiling dynamic library $(LIBVER)
/fuchsia/zircon/kernel/target/pc/multiboot/
H A Drules.mk46 $(call BUILDECHO, compiling $<)
/fuchsia/zircon/bootloader/
H A Dbuild.mk67 $(call BUILDECHO,compiling $<)
/fuchsia/zircon/system/host/fidl/lib/
H A Dflat_ast.cpp79 // A helper class to track when a Decl is compiling and compiled.
84 decl_->compiling = true;
87 decl_->compiling = false;
1621 assert(!decl->compiling);
1714 if (struct_decl->compiling) {
1730 if (table_decl->compiling) {
1746 if (union_decl->compiling) {
/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dflat_ast.h158 bool compiling = false; member in struct:fidl::flat::Decl

Completed in 182 milliseconds