Searched refs:None (Results 26 - 50 of 148) sorted by relevance

123456

/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.h33 enum { None, EarlyClobber, Tied } Kind; enumerator in enum:llvm::CGIOperandList::ConstraintInfo::__anon3854
36 ConstraintInfo() : Kind(None) {}
52 bool isNone() const { return Kind == None; }
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp81 , ARMProcClass(None)
147 !CPUAttr.hasAttribute(Attribute::None) ?CPUAttr.getValueAsString() : "";
149 !FSAttr.hasAttribute(Attribute::None) ? FSAttr.getValueAsString() : "";
H A DARMSubtarget.h37 None, AClass, RClass, MClass enumerator in enum:llvm::ARMSubtarget::ARMProcClassEnum
43 /// ARMProcClass - ARM processor class: None, AClass, RClass or MClass.
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Analysis/
H A DFormatString.cpp186 LengthModifier::Kind lmKind = LengthModifier::None;
507 case None:
568 return None;
612 case LengthModifier::None:
735 case LengthModifier::None:
823 return None;
H A DBodyFarm.cpp197 CallExpr *CE = new (C) CallExpr(C, ICE, None, C.VoidTy, VK_RValue,
260 CallExpr *CE = new (C) CallExpr(C, ICE, None, C.VoidTy, VK_RValue,
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp352 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID);
353 addUInt(Die, dwarf::DW_AT_decl_line, None, Line);
369 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID);
370 addUInt(Die, dwarf::DW_AT_decl_line, None, Line);
388 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID);
389 addUInt(Die, dwarf::DW_AT_decl_line, None, Line);
405 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID);
406 addUInt(Die, dwarf::DW_AT_decl_line, None, Line);
423 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID);
424 addUInt(Die, dwarf::DW_AT_decl_line, None, Lin
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h237 None, member in class:lldb_private::IOHandlerDelegate::Completion
242 IOHandlerDelegate (Completion completion = Completion::None) :
329 Completion completion = Completion::None) :
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h177 None = 0, member in class:lldb_private::Editline::Command
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp44 m_lines_command (Command::None),
316 m_lines_command = Command::None;
328 case Command::None:
384 m_lines_command = Command::None;
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h91 return None;
/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCAsmInfo.cpp87 ExceptionsType = ExceptionHandling::None;
/freebsd-10.2-release/contrib/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
346 bool isPICStyleSet() const { return PICStyle != PICStyles::None; }
H A DX86Subtarget.cpp406 !CPUAttr.hasAttribute(Attribute::None) ?CPUAttr.getValueAsString() : "";
408 !FSAttr.hasAttribute(Attribute::None) ? FSAttr.getValueAsString() : "";
541 , PICStyle(PICStyles::None)
/freebsd-10.2-release/usr.bin/make/
H A Dcond.c107 None, enumerator in enum:__anon12192
149 static Token condPushBack = None; /* Single push-back token in parsing */
428 * condPushback will be set back to None if it is used.
435 if (condPushBack != None) {
437 condPushBack = None;
1059 condPushBack = None;
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DFormatString.h67 None, enumerator in enum:clang::analyze_format_string::LengthModifier::Kind
86 : Position(0), kind(None) {}
104 case None:
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclFriend.h104 = None);
H A DDeclObjC.h115 enum ImplementationControl { None, Required, Optional };
235 ImplementationControl impControl = None,
269 ImplementationControl impControl = None,
1242 None, Private, Protected, Public, Package enumerator in enum:clang::ObjCIvarDecl::AccessControl
1282 return DeclAccess == None ? Protected : AccessControl(DeclAccess);
2014 enum PropertyControl { None, Required, Optional }; enumerator in enum:clang::ObjCPropertyDecl::PropertyControl
2038 PropertyImplementation(None),
2048 PropertyControl propControl = None);
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h220 ArrayRef<unsigned> RegsBeingSpilled = None);
H A DScheduleDAG.h319 isScheduleLow(false), isCloned(false), SchedulingPref(Sched::None),
333 isScheduleLow(false), isCloned(false), SchedulingPref(Sched::None),
346 isScheduleLow(false), isCloned(false), SchedulingPref(Sched::None),
/freebsd-10.2-release/contrib/binutils/opcodes/
H A Di386-opc.h44 If this template has no extension opcode (the usual case) use None */
46 #define None 0xffff /* If no extension_opcode is possible. */ macro
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DAttributes.cpp107 if (!pImpl) return None;
110 return pImpl ? pImpl->getKindAsEnum() : None;
135 return (pImpl && pImpl->hasAttribute(Kind)) || (!pImpl && Kind == None);
353 case Attribute::None: return 0;
561 assert(!Attrs[i].second.hasAttribute(Attribute::None) &&
601 for (Attribute::AttrKind Kind = Attribute::None;
1141 for (Attribute::AttrKind I = Attribute::None; I != Attribute::EndAttrKinds;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp276 return None;
286 return None;
297 return None;
/freebsd-10.2-release/contrib/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp157 None = 0, enumerator in enum:__anon2404
169 unsigned SecFlags = None;
238 if (SecFlags == None)
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h278 CodeCompletionContext(enum Kind Kind) : Kind(Kind), SelIdents(None) { }
282 ArrayRef<IdentifierInfo *> SelIdents = None)
281 CodeCompletionContext(enum Kind Kind, QualType T, ArrayRef<IdentifierInfo *> SelIdents = None) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp451 TypeSourceInfo *TSResult = CheckPackExpansion(TSInfo, EllipsisLoc, None);
493 return CheckPackExpansion(Pattern, EllipsisLoc, None);
665 return None;
679 return None;

Completed in 149 milliseconds

123456