Searched defs:None (Results 51 - 75 of 142) sorted by relevance

123456

/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h21 None = 0x0000, // uncharacterized type (no type) member in class:llvm::codeview::SimpleTypeKind
106 bool isNoneType() const { return *this == None(); }
118 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None); } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
/external/llvm/include/llvm/IR/
H A DStatepoint.h34 None = 0, member in class:llvm::StatepointFlags
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp131 Optional<ISD::NodeType> AssertOp = None) {
1264 TM.getOptLevel() == CodeGenOpt::None)
1796 if (Succ0MBB != NextBlock(BrMBB) || TM.getOptLevel() == CodeGenOpt::None)
2129 None, false, getCurSDLoc(), false, false).second;
5543 if (TM.getOptLevel() == CodeGenOpt::None)
7973 Optional<ISD::NodeType> AssertOp = None;
8363 if (TM.getOptLevel() == CodeGenOpt::None)
8579 if (TM.getOptLevel() == CodeGenOpt::None)
8731 if (TM.getOptLevel() != CodeGenOpt::None) {
9042 if (TM.getOptLevel() != CodeGenOpt::None) {
128 getCopyFromParts(SelectionDAG &DAG, const SDLoc &DL, const SDValue *Parts, unsigned NumParts, MVT PartVT, EVT ValueVT, const Value *V, Optional<ISD::NodeType> AssertOp = None) argument
[all...]
/external/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp114 enum class CFLAAType { None, Steensgaard, Andersen, Both }; member in class:CFLAAType
116 "use-cfl-aa-in-codegen", cl::init(CFLAAType::None), cl::Hidden,
118 cl::values(clEnumValN(CFLAAType::None, "none", "Disable CFL-AA"),
452 if (getOptLevel() != CodeGenOpt::None && !DisableLSR) {
467 if (getOptLevel() != CodeGenOpt::None && !DisableConstantHoisting)
470 if (getOptLevel() != CodeGenOpt::None && !DisablePartialLibcallInlining)
498 case ExceptionHandling::None:
510 if (getOptLevel() != CodeGenOpt::None && !DisableCGP)
582 if (getOptLevel() != CodeGenOpt::None) {
604 if (getOptLevel() != CodeGenOpt::None)
[all...]
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp160 None = 0, enumerator in enum:__anon14091
172 unsigned SecFlags = None;
241 if (SecFlags == None)
/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.h127 None, member in class:FPDFText_Direction::CPDF_TextPage::GenerateCharacter
/external/pdfium/core/fxcrt/xml/
H A Dcfx_xmlsyntaxparser.h20 None, member in class:FX_XmlSyntaxResult
/external/pdfium/xfa/fwl/
H A Dcfwl_themepart.h14 None = 0, member in class:CFWL_Part
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetMachine.h49 None, // -O0 enumerator in enum:llvm::CodeGenOpt::Level
58 None, // No preference enumerator in enum:llvm::Sched::Preference
301 /// generation. If OptLevel is None, the code generator should emit code as
/external/v8/src/compiler/
H A Drepresentation-change.h18 static Truncation None() { return Truncation(TruncationKind::kNone); } function in class:v8::internal::compiler::final
90 return os << "None";
204 static UseInfo None() { function in class:v8::internal::compiler::UseInfo
205 return UseInfo(MachineRepresentation::kNone, Truncation::None());
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp152 None, nullptr, DiagOrStoredDiag()); local
444 SpellingRanges, None, &SM);
/external/llvm/lib/IR/
H A DConstantsContext.h451 ArrayRef<unsigned> Indexes = None,
448 ConstantExprKeyType(unsigned Opcode, ArrayRef<Constant *> Ops, unsigned short SubclassData = 0, unsigned short SubclassOptionalData = 0, ArrayRef<unsigned> Indexes = None, Type *ExplicitTy = nullptr) argument
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp233 /// too big to analyze), the returned value is None.
247 return None;
252 return None;
440 return None;
448 return None;
502 return None;
989 LoopUnroll(Optional<unsigned> Threshold = None, argument
990 Optional<unsigned> Count = None,
991 Optional<bool> AllowPartial = None, Optional<bool> Runtime = None)
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h33 enum { None, EarlyClobber, Tied } Kind; enumerator in enum:llvm::CGIOperandList::ConstraintInfo::__anon15099
36 ConstraintInfo() : Kind(None) {}
52 bool isNone() const { return Kind == None; }
/external/pdfium/xfa/fxfa/
H A Dcxfa_textparser.cpp37 None, member in class:__anon18238::TabStopStatus
560 TabStopStatus eStatus = TabStopStatus::None;
565 case TabStopStatus::None:
615 eStatus = TabStopStatus::None;
/external/skia/src/sfnt/
H A DSkOTTable_glyf.h158 struct None { } none; struct in union:SkOTTableGlyphData::Composite::Component::Transform::Matrix
/external/skqp/src/sfnt/
H A DSkOTTable_glyf.h158 struct None { } none; struct in union:SkOTTableGlyphData::Composite::Component::Transform::Matrix
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DShrinkWrapping.cpp74 None, BasicInfo, Iterations, Details enumerator in enum:ShrinkWrapDebugLevel
81 clEnumVal(None , "disable debug output"),
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86Subtarget.h38 None // Set when in -static mode (not PIC or DynamicNoPIC mode). enumerator in enum:llvm::PICStyles::Style
247 bool isPICStyleSet() const { return PICStyle != PICStyles::None; }
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenInstruction.h33 enum { None, EarlyClobber, Tied } Kind; enumerator in enum:llvm::CGIOperandList::ConstraintInfo::__anon23218
36 ConstraintInfo() : Kind(None) {}
52 bool isNone() const { return Kind == None; }
/external/v8/src/
H A Dmachine-type.h163 static MachineType None() { function in class:v8::internal::MachineRepresentation::MachineType
210 return MachineType::None();
241 return MachineType::None();
/external/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h281 CodeCompletionContext(enum Kind Kind) : Kind(Kind), SelIdents(None) { }
285 ArrayRef<IdentifierInfo *> SelIdents = None)
284 CodeCompletionContext(enum Kind Kind, QualType T, ArrayRef<IdentifierInfo *> SelIdents = None) argument
/external/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp201 /// If such file id doesn't exist, return None.
206 return None;
354 CoverageMappingWriter Writer(FileIDMapping, None, MappingRegions);
403 size_t pushRegion(Counter Count, Optional<SourceLocation> StartLoc = None, argument
404 Optional<SourceLocation> EndLoc = None) {
/external/clang/lib/Parse/
H A DParseExpr.cpp1561 Actions.CodeCompleteCall(getCurScope(), LHS.get(), None); local
2224 // None of these cases should fall through with an invalid Result
/external/flatbuffers/include/flatbuffers/
H A Dreflection_generated.h26 None = 0, enumerator in enum:reflection::BaseType
47 None,
70 "None",
147 BaseType base_type = None,
148 BaseType element = None,
145 CreateType( flatbuffers::FlatBufferBuilder &_fbb, BaseType base_type = None, BaseType element = None, int32_t index = -1) argument

Completed in 1366 milliseconds

123456