Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DFormatTests.cpp22 std::string afterTyped(llvm::StringRef CodeWithCursor, llvm::StringRef Typed, in afterTyped() argument
26 auto Changes = formatIncremental(Code.code(), Cursor, Typed, Style); in afterTyped()
44 void expectAfter(const char *Typed, const char *Before, const char *After, in expectAfter() argument
47 EXPECT_EQ(After, afterTyped(Before, Typed, Style)) << Before; in expectAfter()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DXRayInstr.h42 constexpr XRayInstrMask Typed = 1U << XRIO_Typed; variable
43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
/llvm-project-15.0.7/clang/lib/Basic/
H A DXRayInstr.cpp28 .Case("typed", XRayInstrKind::Typed) in parseXRayInstrValue()
49 if (Set.has(XRayInstrKind::Typed)) in serializeXRayInstrValue()
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyOps.def10 // Typed Intermediate language. Please see ThreadSafetyTIL.h for more
/llvm-project-15.0.7/clang/lib/Driver/
H A DXRayArgs.cpp289 if (InstrumentationBundle.has(XRayInstrKind::Typed)) in addArgs()
/llvm-project-15.0.7/llvm/docs/
H A DOpaquePointers.rst273 **LLVM 15:** Opaque pointers are enabled by default. Typed pointers are still available, but only s…
275 **LLVM 16:** Only opaque pointers will be supported. Typed pointers will not be supported.
/llvm-project-15.0.7/clang/utils/TableGen/
H A DMveEmitter.cpp1305 if (TypedInit *Typed = dyn_cast<TypedInit>(Arg)) in getCodeForDagArg() local
1306 PrintNote("argument type: " + Typed->getType()->getAsString()); in getCodeForDagArg()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp559 XRayInstrKind::Typed); in AlwaysEmitXRayTypedEvents()
H A DCGBuiltin.cpp5175 XRayInstrKind::Typed)) in EmitBuiltinExpr()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsics.td1792 // Typed event logging for x-ray.
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTarget.td1381 let AsmString = "# XRay Typed Event Log.";