Searched refs:Basic (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/lib/clang/libclang/
H A DMakefile10 CFLAGS+= -I${CLANG_SRCS}/lib/Basic
13 # Ensure FREEBSD_CC_VERSION is defined for Basic/Targets.cpp
174 SRCS_MIN+= Basic/Attributes.cpp
175 SRCS_MIN+= Basic/Builtins.cpp
176 SRCS_MIN+= Basic/CharInfo.cpp
177 SRCS_MIN+= Basic/CodeGenOptions.cpp
178 SRCS_MIN+= Basic/Cuda.cpp
179 SRCS_MIN+= Basic/Diagnostic.cpp
180 SRCS_MIN+= Basic/DiagnosticIDs.cpp
181 SRCS_MIN+= Basic/DiagnosticOption
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePostDominators.cpp69 if (!PDT->verify(PostDomTreeT::VerificationLevel::Basic)) {
H A DMachineDominators.cpp76 if (!DT->verify(DomTreeT::VerificationLevel::Basic)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DPostDominators.cpp85 assert(DT.verify(PostDominatorTree::VerificationLevel::Basic));
/freebsd-13-stable/lib/clang/headers/
H A DMakefile171 arm_${hdr:H}.h: ${CLANG_SRCS}/include/clang/Basic/arm_${hdr:H}.td
173 -I ${CLANG_SRCS}/include/clang/Basic -d ${.TARGET:C/$/.d/} \
174 -o ${.TARGET} ${CLANG_SRCS}/include/clang/Basic/arm_${hdr:H}.td
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h18 #include "clang/Basic/LLVM.h"
19 #include "clang/Basic/SourceLocation.h"
123 enum class Kind { Basic, PathSensitive }; member in class:clang::ento::BugReport::Kind
259 : BugReport(Kind::Basic, bt, desc), Location(l) {}
262 return R->getKind() == Kind::Basic;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp499 FunctionIdentifierCodeGroup::Basic);
537 static IFK Basic[36] = { local
655 case FunctionIdentifierCodeGroup::Basic:
656 return Basic[Index];
673 case FunctionIdentifierCodeGroup::Basic:
/freebsd-13-stable/contrib/capsicum-test/
H A Dioctl.cc13 TEST(Ioctl, Basic) {
H A Dfcntl.cc22 FORK_TEST(Fcntl, Basic) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h135 enum class FunctionIdentifierCodeGroup { Basic, Under, DoubleUnder };
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDominators.cpp390 assert(DT.verify(DominatorTree::VerificationLevel::Basic));
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h37 enum class DumpLevel { None, Basic, Verbose }; member in class:opts::DumpLevel
H A DMinimalSymbolDumper.cpp196 RETURN_CASE(SourceLanguage, Basic, "basic");
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc1115 TEST(PrintNullptrT, Basic) {
1722 TEST(PrintOptionalTest, Basic) {
1735 TEST(PrintOneofTest, Basic) {
H A Dgtest_unittest.cc7590 TEST(IsHashTable, Basic) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h149 Basic = 0x05,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp98 Basic = 1, member in class:__anon4540::InlinerFunctionImportStatsOpts
107 cl::values(clEnumValN(InlinerFunctionImportStatsOpts::Basic, "basic",
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp92 CV_ENUM_ENT(SourceLanguage, Pascal), CV_ENUM_ENT(SourceLanguage, Basic),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp206 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Basic, OS)
/freebsd-13-stable/crypto/openssl/
H A DConfigure2934 # picker(default => "Basic string: ",
2939 # "Basic string: debug", and when not, it will be "Basic string: release"
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h242 enum class VerificationLevel { Fast, Basic, Full }; member in class:llvm::DominatorTreeBase::VerificationLevel
763 /// - Basic -- checks if the tree is correct, but compares it to a freshly
H A DGenericDomTreeConstruction.h1650 if (VL == DomTreeT::VerificationLevel::Basic ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1129 Basic, ///< A normal use, with no folding. enumerator in enum:__anon4670::LSRUse::KindType
1584 case Basic: OS << "Basic"; break;
1661 case LSRUse::Basic:
1666 // Special case Basic to handle -1 scales.
1776 case LSRUse::Basic:
2563 // Basic uses can't accept any offset, for example.
3257 LSRUse::KindType Kind = LSRUse::Basic;
3461 S, LSRUse::Basic, MemAccessTy());
3975 // As a special-case, handle special out-of-loop Basic user
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp36 #include "clang/Basic/CharInfo.h"
37 #include "clang/Basic/ExpressionTraits.h"
38 #include "clang/Basic/IdentifierTable.h"
39 #include "clang/Basic/JsonSupport.h"
40 #include "clang/Basic/LLVM.h"
41 #include "clang/Basic/Lambda.h"
42 #include "clang/Basic/OpenMPKinds.h"
43 #include "clang/Basic/OperatorKinds.h"
44 #include "clang/Basic/SourceLocation.h"
45 #include "clang/Basic/TypeTrait
[all...]
/freebsd-13-stable/
H A DMakefile.inc1241 WANT_COMPILER_VERSION_FILE= lib/clang/include/clang/Basic/Version.inc

Completed in 203 milliseconds

12