Home
last modified time | relevance | path

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

12

/freebsd-src/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-src/contrib/netbsd-tests/lib/csu/
H A Dh_initfini_common.cxx9 class Test { class
11 Test() in Test() function in Test
/freebsd-src/tools/regression/pthread/unwind/
H A DTest.cpp5 class Test { class
7 Test() { printf("Test::Test()\n"); } in Test() function in Test
/freebsd-src/contrib/googletest/googlemock/test/
H A Dgmock-pp_test.cc55 struct Test { struct
56 static constexpr int kArgs = sizeof...(Args);
/freebsd-src/contrib/libcbor/examples/bazel/
H A DREADME.md13 ## Test section in Bazel Example
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h36 Test, // A query call from a unit test. enumerator
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DKCFI.cpp109 Value *Test = Builder.CreateICmpNE(Builder.CreateLoad(Int32Ty, HashPtr), run() local
/freebsd-src/contrib/ntp/ntpd/
H A Dcheck_y2k.c221 long Test; in main() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp130 Value *Test = IRBTest.CreateCall( in buildCFICheck() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp176 FPClassTest llvm::invertFPClassTestIfSimpler(FPClassTest Test) { in invertFPClassTestIfSimpler() argument
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h108 class Test; // Represents a test. global() variable
503 using Test = global() member
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp701 static Expected<bool> TestOptimizer(BugDriver &BD, std::unique_ptr<Module> Test, in TestOptimizer() argument
782 CleanupAndPrepareModules(BugDriver &BD, std::unique_ptr<Module> Test, in CleanupAndPrepareModules() argument
946 TestCodeGenerator(BugDriver & BD,std::unique_ptr<Module> Test,std::unique_ptr<Module> Safe) TestCodeGenerator() argument
[all...]
/freebsd-src/contrib/googletest/googletest/include/gtest/
H A Dgtest.h210 class Test; global() variable
606 friend class Test; global() variable
1273 friend class Test; global() variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp432 for (const char *Test : Tests) { getWindowsSDKDir() local
/freebsd-src/contrib/googletest/docs/reference/
H A Dtesting.md471 Public Methods {#Test-public}Testing Reference""Classes and types""Test {#Test} global() argument
537 Protected Methods {#Test-protected}Testing Reference""Classes and types""Test {#Test} global() argument
[all...]
/freebsd-src/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in405 class Test(Cmd): global() class
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp935 static void splitVarStateForIf(const IfStmt *IfNode, const VarTestResult &Test, in splitVarStateForIf()
1271 const VarTestResult &Test = PInfo.getVarTest(); in splitState() local
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2127 std::string Test; GenerateTestExpression() local
3409 GenerateTargetSpecificAttrCheck(const Record * R,std::string & Test,std::string * FnName,StringRef ListName,StringRef CheckAgainst,StringRef Scope) GenerateTargetSpecificAttrCheck() argument
3441 GenerateTargetSpecificAttrChecks(const Record * R,std::vector<StringRef> & Arches,std::string & Test,std::string * FnName) GenerateTargetSpecificAttrChecks() argument
3530 std::string Test; GenerateHasAttrSpellingStringSwitch() local
4345 std::string Test; GenerateTargetRequirements() local
4363 std::string Test; GenerateSpellingTargetRequirements() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp1025 const BT::BitValue &Test = PC[0]; in evaluate() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp1124 auto Test = select() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7589 getOperandLoc(std::function<bool (const AMDGPUOperand &)> Test,const OperandVector & Operands) const getOperandLoc() argument
7602 auto Test = [=](const AMDGPUOperand& Op) { return Op.isImmTy(Type); }; getImmLoc() local
7609 auto Test = [=](const AMDGPUOperand& Op) { getRegLoc() local
7617 auto Test = [](const AMDGPUOperand& Op) { getLitLoc() local
7627 auto Test = [](const AMDGPUOperand &Op) { getMandatoryLitLoc() local
7635 auto Test = [](const AMDGPUOperand& Op) { getConstLoc() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1470 getOprIdx(std::function<bool (const CustomOperand<T> &)> Test,const CustomOperand<T> OpInfo[],int OpInfoSize,T Context) getOprIdx() argument
1487 auto Test = [=](const CustomOperand<T> &Op) { return Op.Name == Name; }; getOprIdx() local
1494 auto Test = [=](const CustomOperand<T> &Op) { getOprIdx() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h106 Test, // TEST global() enumerator

12