Home
last modified time | relevance | path

Searched refs:Typed (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DXRayInstr.h42 constexpr XRayInstrMask Typed = 1U << XRIO_Typed; variable
43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DXRayInstr.cpp28 .Case("typed", XRayInstrKind::Typed) in parseXRayInstrValue()
49 if (Set.has(XRayInstrKind::Typed)) in serializeXRayInstrValue()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyOps.def10 // Typed Intermediate language. Please see ThreadSafetyTIL.h for more
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp288 if (InstrumentationBundle.has(XRayInstrKind::Typed)) in addArgs()
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1299 if (TypedInit *Typed = dyn_cast<TypedInit>(Arg)) in getCodeForDagArg() local
1300 PrintNote("argument type: " + Typed->getType()->getAsString()); in getCodeForDagArg()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp551 XRayInstrKind::Typed); in AlwaysEmitXRayTypedEvents()
H A DCGBuiltin.cpp5087 XRayInstrKind::Typed)) in EmitBuiltinExpr()
/freebsd-13.1/contrib/googletest/googletest/docs/
H A Dfaq.md100 * Typed tests can be easier to write if instances of the different
H A Dadvanced.md1506 ## Typed Tests</id>
1519 *Typed tests* allow you to repeat the same test logic over a list of types. You
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td1575 // Typed event logging for x-ray.
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1305 let AsmString = "# XRay Typed Event Log.";