Home
last modified time | relevance | path

Searched refs:Inlined (Results 1 – 20 of 20) sorted by relevance

/external/clang/test/CodeGenCXX/
Dsanitize-no-dtor-callback.cpp12 struct Inlined { struct
13 inline ~Inlined() {} in ~Inlined() argument
15 Inlined i;
Dsanitize-dtor-callback.cpp17 struct Inlined { struct
19 inline ~Inlined() {} in ~Inlined() argument
21 Inlined i;
/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerOCLBlocks.cpp213 bool Inlined = false; in lowerBlockBind() local
214 changed |= lowerReturnBlock(Ret, CallBlkBind, Inlined); in lowerBlockBind()
215 if (Inlined) in lowerBlockBind()
324 lowerReturnBlock(ReturnInst *Ret, Value *CallBlkBind, bool &Inlined) { in lowerReturnBlock() argument
347 Inlined = true; in lowerReturnBlock()
349 return changed || Inlined; in lowerReturnBlock()
/external/llvm/lib/DebugInfo/Symbolize/
DDIPrinter.cpp68 void DIPrinter::print(const DILineInfo &Info, bool Inlined) { in print() argument
75 StringRef Prefix = (PrintPretty && Inlined) ? " (inlined by) " : ""; in print()
/external/llvm/include/llvm/DebugInfo/Symbolize/
DDIPrinter.h33 void print(const DILineInfo &Info, bool Inlined);
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2008-11-18-ScavengerAssert.ll6 …%asmtmp = tail call { i32, i32, i32, i32, i32 } asm "@ Inlined umul_ppmm\0A\09mov\09$2, $5, lsr #1…
/external/llvm/test/CodeGen/ARM/
D2008-11-18-ScavengerAssert.ll6 …%asmtmp = tail call { i32, i32, i32, i32, i32 } asm "@ Inlined umul_ppmm\0A\09mov\09$2, $5, lsr #1…
/external/llvm/test/MC/COFF/
Dcv-inline-linetable-unreachable.s53 .long 4099 # Inlined function f starts at <stdin>:3
/external/llvm/test/DebugInfo/X86/
Dlexical-block-file-inline.ll3 ;; This test checks that Inlined DILexicalBlockFile with local decl entry
56 ;; Inlined "bar" function
/external/fmtlib/doc/bootstrap/
Dprint.less5 // Inlined to avoid the additional HTTP request: h5bp.com/r
/external/llvm/test/DebugInfo/Generic/
Drecursive_inlining.ll72 ; Inlined fn3:
75 ; Inlined fn6:
78 ; Inlined C::m_fn2:
/external/llvm/test/DebugInfo/COFF/
Dinlining.ll47 ; ASM: # Inlined function bar starts at t.cpp:8
51 ; ASM: # Inlined function foo starts at t.cpp:2
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h222 Inlined = 0x00000800, enumerator
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
Dmodule.h.tmpl215 {#--- Inlined structs #}
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp231 CV_ENUM_CLASS_ENT(FrameProcedureOptions, Inlined),
/external/valgrind/
Dxfree-4.supp290 # Inlined strlen in libX11 on Ubuntu 9.10 amd64, unfortunately.
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_noise.inl125 // Inlined for speed: m *= taylorInvSqrt( a0*a0 + h*h );
/external/vulkan-validation-layers/libs/glm/gtc/
Dnoise.inl666 // Inlined for speed: m *= taylorInvSqrt( a0*a0 + h*h );
/external/clang/docs/
DUsersManual.rst1360 Inlined calls are represented with indentation. The Inline stack is a
/external/v8/
DChangeLog28429 chain. Inlined Object::IsInstanceOf.