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

12

/freebsd-current/lib/clang/libclang/
H A DMakefile9 CFLAGS+= -I${CLANG_SRCS}/lib/Basic
13 # Ensure FREEBSD_CC_VERSION is defined for Basic/Targets.cpp
187 SRCS_MIN+= Basic/Attributes.cpp
188 SRCS_MIN+= Basic/Builtins.cpp
189 SRCS_MIN+= Basic/CLWarnings.cpp
190 SRCS_MIN+= Basic/CharInfo.cpp
191 SRCS_MIN+= Basic/CodeGenOptions.cpp
192 SRCS_MIN+= Basic/Cuda.cpp
193 SRCS_MIN+= Basic/DarwinSDKInfo.cpp
194 SRCS_MIN+= Basic/Diagnosti
[all...]
/freebsd-current/lib/clang/headers/
H A DMakefile251 arm_${hdr:H}.h: ${CLANG_SRCS}/include/clang/Basic/arm_${hdr:H}.td
253 -I ${CLANG_SRCS}/include/clang/Basic -d ${.TARGET:C/$/.d/} \
254 -o ${.TARGET} ${CLANG_SRCS}/include/clang/Basic/arm_${hdr:H}.td
258 arm_sme_draft_spec_subject_to_change.h: ${CLANG_SRCS}/include/clang/Basic/arm_sme.td
260 -I ${CLANG_SRCS}/include/clang/Basic -d ${.TARGET:C/$/.d/} \
261 -o ${.TARGET} ${CLANG_SRCS}/include/clang/Basic/arm_sme.td
264 arm_vector_types.h: ${CLANG_SRCS}/include/clang/Basic/arm_sme.td
266 -I ${CLANG_SRCS}/include/clang/Basic -d ${.TARGET:C/$/.d/} \
267 -o ${.TARGET} ${CLANG_SRCS}/include/clang/Basic/arm_neon.td
271 riscv_${hdr:H}.h: ${CLANG_SRCS}/include/clang/Basic/riscv
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h23 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; member in class:llvm::RegAllocType
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePostDominators.cpp69 if (!PDT->verify(PostDomTreeT::VerificationLevel::Basic)) {
H A DMachineDominators.cpp78 if (!DT->verify(MachineDomTree::VerificationLevel::Basic)) {
H A DImplicitNullChecks.cpp375 if (!AM || AM->Form != ExtAddrMode::Formula::Basic)
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h106 Basic = 1, member in class:llvm::InlinerFunctionImportStatsOpts
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DPostDominators.cpp85 assert(DT.verify(PostDominatorTree::VerificationLevel::Basic));
H A DImportedFunctionsInliningStatistics.cpp30 cl::values(clEnumValN(InlinerFunctionImportStatsOpts::Basic, "basic",
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/tests/
H A Drawprofile.cpp46 TEST(MemProf, Basic) {
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h18 #include "clang/Basic/LLVM.h"
19 #include "clang/Basic/SourceLocation.h"
121 enum class Kind { Basic, PathSensitive }; member in class:clang::ento::BugReport::Kind
257 : BugReport(Kind::Basic, bt, desc), Location(l) {}
260 return R->getKind() == Kind::Basic;
/freebsd-current/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DXCOFF.cpp95 LANG_CASE(Basic)
/freebsd-current/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp526 FunctionIdentifierCodeGroup::Basic);
564 static IFK Basic[36] = { local
682 case FunctionIdentifierCodeGroup::Basic:
683 return Basic[Index];
701 case FunctionIdentifierCodeGroup::Basic:
/freebsd-current/contrib/capsicum-test/
H A Dioctl.cc13 TEST(Ioctl, Basic) {
H A Dfcntl.cc22 FORK_TEST(Fcntl, Basic) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h134 enum class FunctionIdentifierCodeGroup { Basic, Under, DoubleUnder };
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DDominators.cpp425 assert(DT.verify(DominatorTree::VerificationLevel::Basic));
H A DVerifier.cpp404 *OS << "Basic Block in function '" << F.getName()
1198 auto *Basic = dyn_cast_or_null<DIBasicType>(T); local
1201 (Basic && (Basic->getEncoding() == dwarf::DW_ATE_unsigned ||
1202 Basic->getEncoding() == dwarf::DW_ATE_signed ||
1203 Basic->getEncoding() == dwarf::DW_ATE_unsigned_char ||
1204 Basic->getEncoding() == dwarf::DW_ATE_signed_char ||
1205 Basic->getEncoding() == dwarf::DW_ATE_boolean)),
2934 Check(BB.getTerminator(), "Basic Block does not have terminator!", &BB);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h36 enum class DumpLevel { None, Basic, Verbose }; member in class:opts::DumpLevel
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h150 Basic = 0x05,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h93 Basic = 0, // BaseReg + ScaledReg * Scale + Displacement member in class:llvm::ExtAddrMode::Formula
102 Formula Form = Formula::Basic;
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc1273 TEST(PrintNullptrT, Basic) { EXPECT_EQ("(nullptr)", Print(nullptr)); }
1930 TEST(PrintOptionalTest, Basic) {
1946 TEST(PrintOneofTest, Basic) {
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp220 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Basic, OS)
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp100 CV_ENUM_ENT(SourceLanguage, Pascal), CV_ENUM_ENT(SourceLanguage, Basic),
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h261 enum class VerificationLevel { Fast, Basic, Full }; member in class:llvm::DominatorTreeBase::VerificationLevel
811 /// - Basic -- checks if the tree is correct, but compares it to a freshly

Completed in 390 milliseconds

12