Home
last modified time | relevance | path

Searched refs:flag_type (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Dflags.h27 using flag_type = T;
31 constexpr Flags(flag_type flag) // NOLINT(runtime/explicit) in Flags()
35 constexpr bool operator==(flag_type flag) const { in operator ==()
38 constexpr bool operator!=(flag_type flag) const { in operator !=()
65 Flags& operator&=(flag_type flag) { return operator&=(Flags(flag)); } in operator &=()
66 Flags& operator|=(flag_type flag) { return operator|=(Flags(flag)); } in operator |=()
67 Flags& operator^=(flag_type flag) { return operator^=(Flags(flag)); } in operator ^=()
69 constexpr Flags operator&(flag_type flag) const { in operator &()
72 constexpr Flags operator|(flag_type flag) const { in operator |()
75 constexpr Flags operator^(flag_type fla in operator |()
[all...]
/third_party/gn/src/gn/
H A Dninja_c_binary_target_writer.h50 void WritePCHCommand(const Substitution* flag_type,
58 void WriteGCCPCHCommand(const Substitution* flag_type,
64 void WriteWindowsPCHCommand(const Substitution* flag_type,
H A Dninja_c_binary_target_writer.cc316 const Substitution* flag_type, in WritePCHCommand()
325 WriteWindowsPCHCommand(flag_type, tool_name, input_deps, order_only_deps, in WritePCHCommand()
329 WriteGCCPCHCommand(flag_type, tool_name, input_deps, order_only_deps, in WritePCHCommand()
339 const Substitution* flag_type, in WriteGCCPCHCommand()
362 out_ << " " << flag_type->ninja_name << " ="; in WriteGCCPCHCommand()
395 const Substitution* flag_type, in WriteWindowsPCHCommand()
418 out_ << " " << flag_type->ninja_name << " ="; in WriteWindowsPCHCommand()
422 out_ << " ${" << flag_type->ninja_name << "}"; in WriteWindowsPCHCommand()
315 WritePCHCommand( const Substitution* flag_type, const char* tool_name, CTool::PrecompiledHeaderType header_type, const std::vector<OutputFile>& input_deps, const std::vector<OutputFile>& order_only_deps, std::vector<OutputFile>* object_files, std::vector<OutputFile>* other_files) WritePCHCommand() argument
338 WriteGCCPCHCommand( const Substitution* flag_type, const char* tool_name, const std::vector<OutputFile>& input_deps, const std::vector<OutputFile>& order_only_deps, std::vector<OutputFile>* gch_files) WriteGCCPCHCommand() argument
394 WriteWindowsPCHCommand( const Substitution* flag_type, const char* tool_name, const std::vector<OutputFile>& input_deps, const std::vector<OutputFile>& order_only_deps, std::vector<OutputFile>* object_files) WriteWindowsPCHCommand() argument
/third_party/toybox/toys/pending/
H A Darp.c70 struct type flag_type[] = { variable
273 for (i = 0; flag_type[i].name; i++) in arp_main()
274 if (flag_type[i].val & flag) printf(" %s", flag_type[i].name); in arp_main()
/third_party/ltp/testcases/kernel/syscalls/statx/
H A Dstatx07.c62 static int get_mode(char *file_name, int flag_type, char *flag_name) in get_mode() argument
66 TEST(statx(AT_FDCWD, file_name, flag_type, STATX_BASIC_STATS, &buf)); in get_mode()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc325 string GetZeroEnumNameForFlagType(const FlagType flag_type) { in GetZeroEnumNameForFlagType() argument
326 switch(flag_type) { in GetZeroEnumNameForFlagType()
339 string GetEnumNameForFlagType(const FlagType flag_type) { in GetEnumNameForFlagType() argument
340 switch(flag_type) { in GetEnumNameForFlagType()
919 string BuildFlagsString(const FlagType flag_type, in BuildFlagsString() argument
922 return GetZeroEnumNameForFlagType(flag_type); in BuildFlagsString()
926 string string("(" + GetEnumNameForFlagType(flag_type) + ")("); in BuildFlagsString()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTestsUtils.hpp56 typedef Flag flag_type; typedef
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTestsUtils.hpp56 typedef Flag flag_type; typedef
/third_party/ltp/tools/sparse/sparse-src/
H A Doptions.c26 enum flag_type { enum
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeS390X.c2414 sljit_s32 flag_type = GET_FLAG_TYPE(op); in sljit_emit_sub() local
2415 int sets_signed = (flag_type >= SLJIT_SIG_LESS && flag_type <= SLJIT_NOT_OVERFLOW); in sljit_emit_sub()
2420 if (dst == (sljit_s32)tmp0 && flag_type <= SLJIT_SIG_LESS_EQUAL) { in sljit_emit_sub()
2421 int compare_signed = flag_type >= SLJIT_SIG_LESS; in sljit_emit_sub()
2462 if (src1 == SLJIT_IMM && src1w == 0 && (flag_type == 0 || sets_signed)) { in sljit_emit_sub()

Completed in 13 milliseconds