Searched refs:Single (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypes.h62 LLVM_YAML_DECLARE_SCALAR_TRAITS(codeview::GUID, QuotingType::Single)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h41 Single, // Use a single table for all indirect jumptable calls. enumerator in enum:llvm::JumpTable::JumpTableType
53 Single // Single Threaded Environment enumerator in enum:llvm::ThreadModel::Model
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1203 NamedDecl *Single = nullptr; member in class:clang::DeclContextLookupResult
1211 DeclContextLookupResult(NamedDecl *Single) argument
1212 : Result(SingleElementDummyList), Single(Single) {}
1225 explicit iterator(pointer Pos, value_type Single = nullptr)
1226 : IteratorBase(Pos), SingleElement(Single) {}
1237 iterator begin() const { return iterator(Result.begin(), Single); }
1238 iterator end() const { return iterator(Result.end(), Single); }
1241 pointer data() const { return Single ? &Single
[all...]
H A DCXXInheritance.h395 return Inheritance <= MSInheritanceModel::Single;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h398 Single, enumerator in enum:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType::PDB_MemberAccess::PDB_VariantType
422 explicit Variant(float V) : Type(PDB_VariantType::Single) {
423 Value.Single = V;
457 float Single; member in union:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType::PDB_MemberAccess::Variant::__anon1807
479 VARIANT_EQUAL_CASE(Single)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h360 Single = 0,
/freebsd-11-stable/stand/kshim/
H A Dkshim.mk43 # Single threaded BSD kernel
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h128 enum class QuotingType { None, Single, Double }; member in class:llvm::yaml::QuotingType
144 /// static QuotingType mustQuote(StringRef) { return QuotingType::Single; }
210 /// return QuotingType::Single;
651 return QuotingType::Single;
654 return QuotingType::Single;
656 return QuotingType::Single;
658 return QuotingType::Single;
660 return QuotingType::Single;
667 return QuotingType::Single;
690 MaxQuotingNeeded = QuotingType::Single;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp28 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Single, OS)
358 case PDB_VariantType::Single:
359 OS << Value.Value.Single;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStubCommon.cpp221 return QuotingType::Single;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp165 return MSInheritanceModel::Single;
H A DMicrosoftMangle.cpp619 case MSInheritanceModel::Single: Code = '0'; break;
650 case MSInheritanceModel::Single: Code = '1'; break;
684 if (IM == MSInheritanceModel::Single) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h23 io.enumCase(value, "Single", TypeTestResolution::Single);
H A DModuleSummaryIndex.h807 Single, ///< Single element (last example in "Short Inline Bit Vectors") enumerator in enum:llvm::CalleeInfo::TypeTestResolution::Kind
831 SingleImpl, ///< Single implementation devirtualization
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp393 if (TM->Options.ThreadModel == ThreadModel::Single)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc71 clEnumValN(ThreadModel::Single, "single",
72 "Single thread model")));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp677 const char *const Quote = MustQuote == QuotingType::Single ? "'" : "\"";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp70 Result.Value.Single = V.fltVal;
71 Result.Type = PDB_VariantType::Single;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp65 LLVM_YAML_DECLARE_SCALAR_TRAITS(TypeName, QuotingType::Single)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp747 if (TIL.TheKind == TypeTestResolution::Single)
1131 TIL.TheKind = (BSI.BitSize == 1) ? TypeTestResolution::Single
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4747 SDValue Single; local
4752 if (!Single.getNode())
4753 Single = Elem;
4754 else if (Elem != Single) {
4755 Single = SDValue();
4774 if (Single.getNode() && (Count > 1 || isVectorElementLoad(Single)))
4775 return DAG.getNode(SystemZISD::REPLICATE, DL, VT, Single);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp424 .Case("single", llvm::ThreadModel::Single);
H A DCGDebugInfo.cpp2749 case MSInheritanceModel::Single:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp3552 enum class DwarfFissionKind { None, Split, Single };
3568 return DwarfFissionKind::Single;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2780 case TypeTestResolution::Single:

Completed in 544 milliseconds

12