Home
last modified time | relevance | path

Searched defs:Test (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_assert_by_exception_test.cc62 TEST(Test, Test) { in TEST() argument
96 TEST(Test, Test2) { kTestForContinuingTest = 1; } in TEST() argument
H A Dgtest_skip_in_environment_setup_test.cc42 TEST(Test, AlwaysFails) { EXPECT_EQ(true, false); } in TEST() argument
/freebsd/contrib/netbsd-tests/lib/csu/
H A Dh_initfini_common.cxx9 class Test { class
11 Test() in Test() function in Test
/freebsd/tools/regression/pthread/unwind/
H A DTest.cpp5 class Test { class
7 Test() { printf("Test::Test()\n"); } in Test() function in Test
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-pp_test.cc55 struct Test { struct
56 static constexpr int kArgs = sizeof...(Args);
/freebsd/contrib/libcbor/examples/bazel/
H A DREADME.md13 ## Test section in Bazel Example
/freebsd/contrib/pkgconf/tests/lib1/
H A Dexplicit-sysroot.pc5 Name: Test name
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h37 Test, // A query call from a unit test. enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFlags.h96 bool Test(ValueType bit) const { return (m_flags & bit) != 0; } in Test() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DKCFI.cpp107 Value *Test = Builder.CreateICmpNE(Builder.CreateLoad(Int32Ty, HashPtr), in run() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp76 PGOCtxProfileBlockIDs Test = {}; in canEnterBlockWithID() local
245 PGOCtxProfileBlockIDs Test = {}; in loadProfiles() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp128 Value *Test = IRBTest.CreateIntrinsic( in buildCFICheck() local
/freebsd/contrib/ntp/ntpd/
H A Dcheck_y2k.c221 long Test; in main() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp176 FPClassTest llvm::invertFPClassTestIfSimpler(FPClassTest Test, bool UseFCmp) { in invertFPClassTestIfSimpler()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h107 class Test; // Represents a test. variable
494 using Test = member
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp701 static Expected<bool> TestOptimizer(BugDriver &BD, std::unique_ptr<Module> Test, in TestOptimizer()
782 CleanupAndPrepareModules(BugDriver &BD, std::unique_ptr<Module> Test, in CleanupAndPrepareModules()
941 std::unique_ptr<Module> Test, in TestCodeGenerator()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h209 class Test; variable
605 friend class Test; variable
1286 friend class Test; variable
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp436 for (const char *Test : Tests) { in getWindowsSDKDir() local
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md587 #### Public Methods {#Test-public}
653 #### Protected Methods {#Test-protected}
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in488 class Test(Cmd): class
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp928 static void splitVarStateForIf(const IfStmt *IfNode, const VarTestResult &Test, in splitVarStateForIf()
1267 const VarTestResult &Test = PInfo.getVarTest(); in splitState() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2221 std::string Test; in GenerateTestExpression() local
3588 static bool GenerateTargetSpecificAttrCheck(const Record *R, std::string &Test, in GenerateTargetSpecificAttrCheck()
3620 std::string &Test, in GenerateTargetSpecificAttrChecks()
3714 std::string Test; in GenerateHasAttrSpellingStringSwitch() local
4627 std::string Test; in GenerateTargetRequirements() local
4645 std::string Test; in GenerateSpellingTargetRequirements() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp1017 const BT::BitValue &Test = PC[0]; in evaluate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp1155 auto Test = in select() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp8243 AMDGPUAsmParser::getOperandLoc(std::function<bool(const AMDGPUOperand&)> Test, in getOperandLoc()
8256 auto Test = [=](const AMDGPUOperand& Op) { return Op.isImmTy(Type); }; in getImmLoc() local
8262 auto Test = [=](const AMDGPUOperand& Op) { in getRegLoc() local
8270 auto Test = [](const AMDGPUOperand& Op) { in getLitLoc() local
8280 auto Test = [](const AMDGPUOperand &Op) { in getMandatoryLitLoc() local
8288 auto Test = [](const AMDGPUOperand& Op) { in getConstLoc() local

12