| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | XRayInstr.h | 42 constexpr XRayInstrMask Typed = 1U << XRIO_Typed; variable 43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | XRayInstr.cpp | 28 .Case("typed", XRayInstrKind::Typed) in parseXRayInstrValue() 49 if (Set.has(XRayInstrKind::Typed)) in serializeXRayInstrValue()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyOps.def | 10 // Typed Intermediate language. Please see ThreadSafetyTIL.h for more
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DXILResource.cpp | 604 TypedInfo Typed = getTyped(); in print() local 605 OS << " Element Type: " << getElementTypeName(Typed.ElementTy) << "\n" in print() 606 << " Element Count: " << Typed.ElementCount << "\n"; in print() 725 ResourceTypeInfo::TypedInfo Typed = RTI.getTyped(); in getAnnotateProps() local 726 uint32_t CompType = llvm::to_underlying(Typed.ElementTy); in getAnnotateProps() 727 uint32_t CompCount = Typed.ElementCount; in getAnnotateProps()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DXContainerConstants.def | 30 SHADER_FEATURE_FLAG(11, 13, TypedUAVLoadAdditionalFormats, "Typed UAV Load Additional Formats") 41 SHADER_FEATURE_FLAG(22, 27, AtomicInt64OnTypedResource, "64-bit Atomics on Typed Resources")
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | XRayArgs.cpp | 281 if (InstrumentationBundle.has(XRayInstrKind::Typed)) in addArgs()
|
| /freebsd/contrib/googletest/docs/reference/ |
| H A D | testing.md | 287 [Typed Tests](../advanced.md#typed-tests) for more information. 324 For more information, see [Typed Tests](../advanced.md#typed-tests). 693 type-parameterized test suite. See [Typed Tests](../advanced.md#typed-tests) and 814 type-parameterized test. See [Typed Tests](../advanced.md#typed-tests) and 1397 See [Typed Tests](../advanced.md#typed-tests) and
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 147 void LowerPATCHABLE_EVENT_CALL(const MachineInstr &MI, bool Typed); 531 bool Typed) { in LowerPATCHABLE_EVENT_CALL() argument 539 (Typed ? "__xray_TypedEvent" : "__xray_CustomEvent")), in LowerPATCHABLE_EVENT_CALL() 541 if (Typed) { in LowerPATCHABLE_EVENT_CALL()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 1309 if (const auto *Typed = dyn_cast<TypedInit>(Arg)) in getCodeForDagArg() local 1310 PrintNote("argument type: " + Typed->getType()->getAsString()); in getCodeForDagArg()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2668 enum class ResolveMode { Typed, Untyped }; enumerator 2675 if (Mode == ResolveMode::Typed) { in resolveAllocationOverloadInterior() 2687 if (IsTypeAware == (Mode != ResolveMode::Typed)) in resolveAllocationOverloadInterior() 2738 S.Context.getLangOpts().MSVCCompat && Mode != ResolveMode::Typed) { in resolveAllocationOverloadInterior() 2748 if (Mode == ResolveMode::Typed) { in resolveAllocationOverloadInterior() 2885 S, R, Range, ResolveMode::Typed, Args, IAP.PassAlignment, Operator, in resolveAllocationOverload()
|
| /freebsd/contrib/googletest/docs/ |
| H A D | advanced.md | 1277 ## Typed Tests 1290 *Typed tests* allow you to repeat the same test logic over a list of types. You 1347 …/github.com/google/googletest/blob/main/googletest/samples/sample6_unittest.cc "Typed Test example"
|
| H A D | faq.md | 104 * Typed tests can be easier to write if instances of the different
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 611 XRayInstrKind::Typed); in AlwaysEmitXRayTypedEvents()
|
| H A D | CGBuiltin.cpp | 6255 XRayInstrKind::Typed)) in EmitBuiltinExpr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 2579 // Typed event logging for x-ray.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 1496 let AsmString = "# XRay Typed Event Log.";
|