Searched refs:AsValue (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/base/test/ |
D | test_pending_task.cc | 60 TestPendingTask::AsValue() const { 72 AsValue()->AppendAsTraceFormat(&output); in ToString()
|
D | test_pending_task.h | 67 std::unique_ptr<base::trace_event::ConvertableToTraceFormat> AsValue() const;
|
/external/libchrome/libchrome_tools/patch/ |
D | trace_event.patch | 105 std::unique_ptr<base::trace_event::ConvertableToTraceFormat> AsValue() const; 121 @@ -61,10 +63,14 @@ TestPendingTask::AsValue() const { 131 AsValue()->AppendAsTraceFormat(&output);
|
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 187 SourceLocation loc, bool AsValue) const; 194 SourceLocation Loc, bool AsValue) const; 213 bool AsValue, llvm::AtomicOrdering AO, 1198 bool AsValue) const { in ConvertIntToValueOrAtomic() 1205 !AsValue)) { in ConvertIntToValueOrAtomic() 1206 auto *ValTy = AsValue in ConvertIntToValueOrAtomic() 1222 if (AsValue && getEvaluationKind() == TEK_Aggregate) { in ConvertIntToValueOrAtomic() 1235 return convertAtomicTempToRValue(Temp, ResultSlot, Loc, AsValue); in ConvertIntToValueOrAtomic() 1298 bool AsValue, llvm::AtomicOrdering AO, in EmitAtomicLoad() argument 1313 return convertAtomicTempToRValue(TempAddr, ResultSlot, Loc, AsValue); in EmitAtomicLoad() [all …]
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1095 func (bb BasicBlock) AsValue() (v Value) { v.C = C.LLVMBasicBlockAsValue(bb.C); return } func
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1157 func (bb BasicBlock) AsValue() (v Value) { v.C = C.LLVMBasicBlockAsValue(bb.C); return } func
|