HomeSort by relevance Sort by last modified time
    Searched defs:Flags (Results 1 - 25 of 1477) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/msan/
msan_flags.h 18 struct Flags {
26 Flags *flags();
  /external/compiler-rt/lib/scudo/
scudo_flags.h 19 struct Flags {
27 Flags *getFlags();
  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.h 22 struct Flags : DDFlags {
31 Flags *flags();
32 void InitializeFlags(Flags *flags, const char *env);
  /external/llvm/lib/DebugInfo/CodeView/
MethodListRecordBuilder.cpp 24 uint16_t Flags = static_cast<uint16_t>(Access);
25 Flags |= static_cast<uint16_t>(Kind) << MethodKindShift;
26 Flags |= static_cast<uint16_t>(Options);
28 Builder.writeUInt16(Flags);
  /external/llvm/unittests/IR/
DebugInfoTest.cpp 18 // Some valid flags.
37 // Some valid flags.
53 // Some other invalid flags.
62 // Some valid flags.
63 #define CHECK_SPLIT(FLAGS, VECTOR, REMAINDER) \
66 EXPECT_EQ(REMAINDER, DINode::splitFlags(FLAGS, V)); \
74 unsigned Flags[] = {DINode::FlagFwdDecl, DINode::FlagVector};
75 CHECK_SPLIT(DINode::FlagFwdDecl | DINode::FlagVector, Flags, 0u);
  /external/compiler-rt/lib/asan/
asan_flags.h 12 // ASan runtime flags.
32 struct Flags {
40 extern Flags asan_flags_dont_use_directly;
41 inline Flags *flags() { function in namespace:__asan
  /external/compiler-rt/lib/esan/
esan_flags.h 12 // Esan runtime flags.
23 class Flags {
32 extern Flags EsanFlagsDontUseDirectly;
33 inline Flags *getFlags() {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueDxeRuntimeDriverLib.h 35 UINT32 Flags;
373 capsules can be updated via UpdateCapsule(). The Flags values in the capsule header and
378 CAPSULE_FLAGS_PERSIST_ACROSS_RESET should be set in the Flags field of the
  /external/compiler-rt/lib/ubsan/
ubsan_flags.h 10 // Runtime flags for UndefinedBehaviorSanitizer.
24 struct Flags {
32 extern Flags ubsan_flags;
33 inline Flags *flags() { return &ubsan_flags; } function in namespace:__ubsan
36 void RegisterUbsanFlags(FlagParser *parser, Flags *f);
  /external/tensorflow/tensorflow/tools/docs/
build_docs_test.py 32 class Flags(object):
51 status = doc_generator.build(Flags())
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiCapsule.h 24 UINT32 Flags;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrLibrary.h 38 UINT8 Flags;
223 IN UINT8 Flags,
242 Flags - Flag of the text
381 IN UINT8 Flags,
401 Flags - Flags of the check box
426 IN UINT8 Flags,
455 Flags - Flags of the numeric
480 IN UINT8 Flags,
    [all...]
  /external/llvm/include/llvm/Linker/
Linker.h 28 enum Flags {
49 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
53 unsigned Flags = Flags::None);
  /external/llvm/include/llvm/MC/
MCFixupKindInfo.h 37 /// Flags describing additional information on this fixup kind.
38 unsigned Flags;
  /external/llvm/lib/Target/SystemZ/
SystemZInstrBuilder.h 32 unsigned Flags = 0;
34 Flags |= MachineMemOperand::MOLoad;
36 Flags |= MachineMemOperand::MOStore;
39 MachinePointerInfo::getFixedStack(MF, FI, Offset), Flags,
  /external/skia/include/effects/
SkGradientShader.h 20 enum Flags {
44 uint32_t flags, const SkMatrix* localMatrix);
66 uint32_t flags, const SkMatrix* localMatrix);
89 uint32_t flags, const SkMatrix* localMatrix);
112 uint32_t flags, const SkMatrix* localMatrix);
130 uint32_t flags, const SkMatrix* localMatrix);
150 uint32_t flags, const SkMatrix* localMatrix);
180 uint32_t flags, const SkMatrix* localMatrix);
183 uint32_t flags, const SkMatrix* localMatrix) {
184 return MakeSweep(cx, cy, colors, pos, count, SkShader::kClamp_TileMode, 0, 360, flags,
    [all...]
  /external/skqp/include/effects/
SkGradientShader.h 20 enum Flags {
44 uint32_t flags, const SkMatrix* localMatrix);
66 uint32_t flags, const SkMatrix* localMatrix);
89 uint32_t flags, const SkMatrix* localMatrix);
112 uint32_t flags, const SkMatrix* localMatrix);
130 uint32_t flags, const SkMatrix* localMatrix);
150 uint32_t flags, const SkMatrix* localMatrix);
180 uint32_t flags, const SkMatrix* localMatrix);
183 uint32_t flags, const SkMatrix* localMatrix) {
184 return MakeSweep(cx, cy, colors, pos, count, SkShader::kClamp_TileMode, 0, 360, flags,
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCFixupKindInfo.h 37 /// Flags describing additional information on this fixup kind.
38 unsigned Flags;
  /external/syslinux/com32/include/sys/
gpxe.h 12 uint32_t Flags;
  /packages/apps/Contacts/src-bind/com/android/contactsbind/experiments/
Flags.java 22 * Provides getters for experiment flags.
25 public final class Flags {
27 private static Flags sInstance;
31 public static Flags getInstance() {
33 sInstance = new Flags();
38 private Flags() {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 29 enum Flags {
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
52 unsigned Flags = Flags::None,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCFixupKindInfo.h 37 /// Flags describing additional information on this fixup kind.
38 unsigned Flags;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Linker/
Linker.h 29 enum Flags {
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
52 unsigned Flags = Flags::None,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCFixupKindInfo.h 37 /// Flags describing additional information on this fixup kind.
38 unsigned Flags;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Linker/
Linker.h 29 enum Flags {
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
52 unsigned Flags = Flags::None,

Completed in 2306 milliseconds

1 2 3 4 5 6 7 8 91011>>