Searched refs:Typed (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | FormatTests.cpp | 22 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 D | XRayInstr.h | 42 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 D | XRayInstr.cpp | 28 .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 D | ThreadSafetyOps.def | 10 // Typed Intermediate language. Please see ThreadSafetyTIL.h for more
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | XRayArgs.cpp | 289 if (InstrumentationBundle.has(XRayInstrKind::Typed)) in addArgs()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | OpaquePointers.rst | 273 **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 D | MveEmitter.cpp | 1305 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 D | CodeGenFunction.cpp | 559 XRayInstrKind::Typed); in AlwaysEmitXRayTypedEvents()
|
| H A D | CGBuiltin.cpp | 5175 XRayInstrKind::Typed)) in EmitBuiltinExpr()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 1792 // Typed event logging for x-ray.
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | Target.td | 1381 let AsmString = "# XRay Typed Event Log.";
|