Searched defs:MODULE (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/Modules/Inputs/
H A Dmacros.h1 #define MODULE macro
8 #__private_macro MODULE
/external/boringssl/
H A Drules.mk21 MODULE := $(LOCAL_DIR) macro
/external/selinux/policycoreutils/gui/
H A DbooleansPage.py76 MODULE = 1 variable
120 col = gtk.TreeViewColumn("Module", gtk.CellRendererText(), text=MODULE)
121 col.set_sort_column_id(MODULE)
216 self.store.set_value(iter, MODULE, self.booleans.get_category(name))
/external/v8/src/
H A Dinterface.h17 // interface ::= UNDETERMINED | VALUE | CONST | MODULE(exports)
55 return new(zone) Interface(MODULE);
87 if (*ok) Chase()->flags_ |= MODULE;
115 bool IsModule() { return Chase()->flags_ & MODULE; }
185 MODULE = 4, // This type describes a module enumerator in enum:v8::internal::Interface::Flags
H A Dglobals.h677 MODULE, // declared via 'module' declaration (last lexical) enumerator in enum:v8::internal::VariableMode
706 return mode >= VAR && mode <= MODULE;
711 return mode >= LET && mode <= MODULE;
716 return (mode >= CONST && mode <= MODULE) || mode == CONST_LEGACY;
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp50 MODULE, enumerator in enum:__anon1279::IndexRecordTypes
176 case MODULE: {
465 RECORD(MODULE);
723 Stream.EmitRecord(MODULE, Record);

Completed in 2188 milliseconds