HomeSort by relevance Sort by last modified time
    Searched refs:Flags (Results 76 - 100 of 2699) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/lib/Lex/
Makefile 20 CXX.Flags += -maltivec
  /external/llvm/include/llvm/ExecutionEngine/Orc/
JITSymbol.h 40 JITSymbol(TargetAddress Addr, JITSymbolFlags Flags)
41 : JITSymbolBase(Flags), CachedAddr(Addr) {}
52 JITSymbol(GetAddressFtor GetAddress, JITSymbolFlags Flags)
53 : JITSymbolBase(Flags), GetAddress(std::move(GetAddress)), CachedAddr(0) {}
  /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/llvm/lib/Target/X86/Disassembler/
Makefile 14 CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
global1.d 7 0x0*6ffffffb \(FLAGS_1\) *Flags: GLOBAL
  /external/v8/src/compiler/
js-call-reducer.h 8 #include "src/base/flags.h"
25 // Flags that control the mode of operation.
30 typedef base::Flags<Flag> Flags;
32 JSCallReducer(JSGraph* jsgraph, Flags flags,
34 : jsgraph_(jsgraph), flags_(flags), native_context_(native_context) {}
49 Flags flags() const { return flags_; } function in class:v8::internal::compiler::final
57 Flags const flags_
    [all...]
js-global-object-specialization.h 8 #include "src/base/flags.h"
33 // Flags that control the mode of operation.
38 typedef base::Flags<Flag> Flags;
40 JSGlobalObjectSpecialization(Editor* editor, JSGraph* jsgraph, Flags flags,
64 Flags flags() const { return flags_; } function in class:v8::internal::compiler::final
69 Flags const flags_;
77 DEFINE_OPERATORS_FOR_FLAGS(JSGlobalObjectSpecialization::Flags)
    [all...]
typer.h 8 #include "src/base/flags.h"
24 // Flags that control the mode of operation.
29 typedef base::Flags<Flag> Flags;
31 Typer(Isolate* isolate, Graph* graph, Flags flags = kNoFlags,
47 Flags flags() const { return flags_; } function in class:v8::internal::compiler::Typer
53 Flags const flags_;
70 DEFINE_OPERATORS_FOR_FLAGS(Typer::Flags)
    [all...]
scheduler.h 8 #include "src/base/flags.h"
30 // Flags that control the mode of operation.
32 typedef base::Flags<Flag> Flags;
36 static Schedule* ComputeSchedule(Zone* zone, Graph* graph, Flags flags);
66 Flags flags_;
75 Scheduler(Zone* zone, Graph* graph, Schedule* schedule, Flags flags);
118 DEFINE_OPERATORS_FOR_FLAGS(Scheduler::Flags)
    [all...]
  /frameworks/base/tools/aapt2/
Flags.h 30 class Flags {
32 Flags& requiredFlag(const StringPiece& name, const StringPiece& description,
34 Flags& requiredFlagList(const StringPiece& name, const StringPiece& description,
36 Flags& optionalFlag(const StringPiece& name, const StringPiece& description,
38 Flags& optionalFlagList(const StringPiece& name, const StringPiece& description,
40 Flags& optionalSwitch(const StringPiece& name, const StringPiece& description,
Flags.cpp 17 #include "Flags.h"
28 Flags& Flags::requiredFlag(const StringPiece& name, const StringPiece& description,
39 Flags& Flags::requiredFlagList(const StringPiece& name, const StringPiece& description,
50 Flags& Flags::optionalFlag(const StringPiece& name, const StringPiece& description,
61 Flags& Flags::optionalFlagList(const StringPiece& name, const StringPiece& description,
72 Flags& Flags::optionalSwitch(const StringPiece& name, const StringPiece& description
    [all...]
  /external/webrtc/webrtc/base/
base64_unittest.cc     [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 31 Value *llvm::MapValue(const Value *V, ValueToValueMapTy &VM, RemapFlags Flags,
54 if (Flags & RF_NullMapMissingGlobalValues) {
55 assert(!(Flags & RF_IgnoreMissingEntries) &&
81 if (!isa<LocalAsMetadata>(MD) && (Flags & RF_NoModuleLevelChanges))
84 auto *MappedMD = MapMetadata(MD, VM, Flags, TypeMapper, Materializer);
85 if (MD == MappedMD || (!MappedMD && (Flags & RF_IgnoreMissingEntries)))
92 // assert((MappedMD || (Flags & RF_NullMapMissingGlobalValues)) &&
105 cast<Function>(MapValue(BA->getFunction(), VM, Flags, TypeMapper, Materializer));
107 Flags, TypeMapper, Materializer));
117 Mapped = MapValue(Op, VM, Flags, TypeMapper, Materializer)
    [all...]
  /external/clang/include/clang/Lex/
Token.h 70 /// Flags - Bits we track about this token, members of the TokenFlags enum.
71 unsigned short Flags;
74 // Various flags set per token:
168 /// \brief Reset all flags to cleared.
171 Flags = 0;
235 Flags |= Flag;
240 Flags &= ~Flag;
243 /// \brief Return the internal represtation of the flags.
248 return Flags;
261 bool isAtStartOfLine() const { return (Flags & StartOfLine) ? true : false;
    [all...]
  /external/compiler-rt/lib/dfsan/
dfsan.h 55 struct Flags {
63 extern Flags flags_data;
64 inline Flags &flags() { function in namespace:__dfsan
  /external/compiler-rt/lib/tsan/dd/
dd_rtl.h 21 typedef DDFlags Flags;
50 inline Flags* flags() { function in namespace:__dsan
51 static Flags flags; local
52 return &flags;
  /external/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 71 /// RemapFlags - These are flags that the value mapping APIs allow.
104 RemapFlags Flags = RF_None,
109 RemapFlags Flags = RF_None,
115 RemapFlags Flags = RF_None,
120 RemapFlags Flags = RF_None,
126 RemapFlags Flags = RF_None,
129 return cast<Constant>(MapValue((const Value*)V, VM, Flags, TypeMapper,
  /build/kati/
flags.h 26 struct Flags {
57 extern Flags g_flags;
  /external/clang/include/clang/Basic/
TargetBuiltins.h 96 /// \brief Flags to identify the types for overloaded Neon builtins.
98 /// These must be kept in sync with the flags in utils/TableGen/NeonEmitter.h.
105 uint32_t Flags;
122 NeonTypeFlags(unsigned F) : Flags(F) {}
123 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) {
125 Flags |= UnsignedFlag;
127 Flags |= QuadFlag;
130 EltType getEltType() const { return (EltType)(Flags & EltTypeMask); }
135 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; }
136 bool isQuad() const { return (Flags & QuadFlag) != 0;
    [all...]
  /external/libchrome/base/metrics/
histogram_snapshot_manager.h 34 // delta. |flags_to_set| is used to set flags for each histogram.
36 // Only histograms that have all the flags specified by the argument will be
39 void PrepareDeltas(HistogramBase::Flags flags_to_set,
40 HistogramBase::Flags required_flags);
  /external/llvm/lib/Support/
ToolOutputFile.cpp 38 sys::fs::OpenFlags Flags)
39 : Installer(Filename), OS(Filename, EC, Flags) {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bspec808.s 4 TETRA 0x11 % Flags.
  /libcore/ojluni/src/main/java/java/util/
Formatter.java 74 * thrown. In C inapplicable flags are silently ignored. The format strings
176 * %[argument_index$][flags][width][.precision]conversion
183 * <p> The optional <i>flags</i> is a set of characters that modify the output
184 * format. The set of valid flags depends on the conversion.
201 * %[argument_index$][flags][width]conversion
204 * <p> The optional <i>argument_index</i>, <i>flags</i> and <i>width</i> are
217 * %[flags][width]conversion
220 * <p> The optional <i>flags</i> and <i>width</i> is defined as above.
526 * <h4> Flags </h4>
528 * <p> The following table summarizes the supported flags. <i>y</i> means th
2542 private String flags; field in class:Formatter.FormatSpecifierParser
2679 private Flags flags(String s) { method in class:Formatter.FormatSpecifier
2686 Flags flags() { method in class:Formatter.FormatSpecifier
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_flags.cc 10 // Runtime flags for UndefinedBehaviorSanitizer.
27 Flags ubsan_flags;
29 void Flags::SetDefaults() {
35 void RegisterUbsanFlags(FlagParser *parser, Flags *f) {
51 Flags *f = flags();
  /external/llvm/include/llvm/MC/
MCSymbolMachO.h 17 /// lowest 16 bits of the implementation defined flags.
21 // Reference type flags.
30 // Other 'desc' flags.
97 /// \brief Get the encoded value of the flags as they will be emitted in to
100 uint16_t Flags = getFlags();
111 Flags = (Flags & SF_CommonAlignmentMask) |
116 return Flags;

Completed in 1005 milliseconds

1 2 34 5 6 7 8 91011>>