Home
last modified time | relevance | path

Searched defs:define (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dprogram_parameters.cpp41 for (const auto& define : additionalDefines) { in withAdditionalDefines() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/nonterminal/
H A Drule.hpp172 static void define(rule& /*lhs*/, Expr const& /*expr*/, mpl::false_) in define() function
181 static void define(rule& lhs, Expr const& expr, mpl::true_) in define() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddebug.h41 void (* define) (unsigned int line, const char *text); member
H A Dcpplib.h645 void (*define) (cpp_reader *, location_t, cpp_hashnode *); member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddebug.h41 void (* define) (unsigned int line, const char *text); member
H A Dcpplib.h645 void (*define) (cpp_reader *, location_t, cpp_hashnode *); member
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.h90 int define; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcompound_expression.cpp297 auto define = [&](std::string name, auto fn) { in initializeDefinitions() local