Home
last modified time | relevance | path

Searched defs:const (Results 2476 - 2500 of 20422) sorted by relevance

1...<<919293949596979899100>>...817

/third_party/skia/third_party/externals/dawn/src/common/
H A Dityp_array.h51 constexpr const Value& operator[](Index i) const { in operator []() argument
63 constexpr const Value& at(Index i) const { in at() argument
85 constexpr Index size() const { in size() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DStagingBufferD3D12.cpp74 ID3D12Resource* StagingBuffer::GetResource() const { in GetResource() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-colrv1-closure.hh40 HB_INTERNAL void PaintColrLayers::closurev1 (hb_colrv1_closure_context_t* c) const in closurev1() argument
51 HB_INTERNAL void PaintGlyph::closurev1 (hb_colrv1_closure_context_t* c) const in closurev1() argument
57 HB_INTERNAL void PaintColrGlyph::closurev1 (hb_colrv1_closure_context_t* c) const in closurev1() argument
69 HB_INTERNAL void PaintTransform<Var>::closurev1 (hb_colrv1_closure_context_t* c) const in closurev1() argument
72 HB_INTERNAL void PaintTranslate::closurev1 (hb_colrv1_closure_context_t* c) const in closurev1() argument
75 closurev1(hb_colrv1_closure_context_t* c) const closurev1() argument
78 closurev1(hb_colrv1_closure_context_t* c) const closurev1() argument
81 closurev1(hb_colrv1_closure_context_t* c) const closurev1() argument
84 closurev1(hb_colrv1_closure_context_t* c) const closurev1() argument
87 closurev1(hb_colrv1_closure_context_t* c) const closurev1() argument
90 closurev1(hb_colrv1_closure_context_t* c) const closurev1() argument
93 closurev1(hb_colrv1_closure_context_t* c) const closurev1() argument
96 closurev1(hb_colrv1_closure_context_t* c) const closurev1() argument
99 closurev1(hb_colrv1_closure_context_t* c) const closurev1() argument
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
H A Dcharacter_predicate.cc31 bool AcceptRange::operator()(int32_t character) const { in operator ()() argument
44 bool AcceptSet::operator()(int32_t character) const { in operator ()() argument
49 bool AcceptAll::operator()(int32_t character) const { in operator ()() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
H A Dheader.cc56 bool HeaderComparatorByOffset::operator() (const HeaderPtr lhs, in operator ()() argument
61 bool HeaderComparatorByTag::operator() (const HeaderPtr lhs, in operator ()() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsection.h26 DebugSubsectionKind kind() const { return Kind; } in kind() argument
39 DebugSubsectionKind kind() const { return Kind; } in kind() argument
H A DDebugUnknownSubsection.h23 BinaryStreamRef getData() const { return Data; } in getData() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h25 CComPtr<IDiaSymbol> getDiaSymbol() const { return Symbol; } in getDiaSymbol() argument
[all...]
H A DDIASourceFile.h31 CComPtr<IDiaSourceFile> getDiaFile() const { return SourceFile; } in getDiaFile() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolStream.h29 const codeview::CVSymbolArray &getSymbolArray() const { in getSymbolArray() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h25 void getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion() argument
29 void getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DArgument.h41 inline const Function *getParent() const { return Parent; } in getParent() argument
47 unsigned getArgNo() const { in getArgNo() argument
[all...]
H A DConstant.h189 stripPointerCasts() const stripPointerCasts() argument
[all...]
H A DGlobalIFunc.h60 const Constant *getResolver() const { in getResolver() argument
H A DModuleSlotTracker.h60 const Module *getModule() const { return M; } in getModule() argument
61 const Function *getCurrentFunction() const { return F; } in getCurrentFunction() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAsmLayout.h50 MCAssembler &getAssembler() const { return Assembler; } in getAssembler() argument
66 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const { in getSectionOrder() argument
[all...]
H A DMCCodeEmitter.h37 virtual void emitPrefix(const MCInst &Inst, raw_ostream &OS, in emitPrefix() argument
H A DMCWasmObjectWriter.h31 virtual Triple::ObjectFormatType getFormat() const { return Triple::Wasm; } in getFormat() argument
41 bool is64Bit() const { return Is64Bit; } in is64Bit() argument
42 bool isEmscripten() const { return IsEmscripten; } in isEmscripten() argument
H A DMCWinCOFFObjectWriter.h34 virtual Triple::ObjectFormatType getFormat() const { return Triple::COFF; } in getFormat() argument
39 unsigned getMachine() const { return Machine; } in getMachine() argument
43 virtual bool recordRelocation(const MCFixup &) const { retur argument
[all...]
H A DMCXCOFFObjectWriter.h29 bool is64Bit() const { return Is64Bit; } in is64Bit() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DModuleSymbolTable.h45 ArrayRef<Symbol> symbols() const { return SymTab; } in symbols() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DOrderedInstructions.cpp16 bool OrderedInstructions::localDominates(const Instruction *InstA, in localDominates() argument
31 bool OrderedInstructions::dominates(const Instruction *InstA, in dominates() argument
40 bool OrderedInstructions::dfsBefore(const Instruction *InstA, in dfsBefore() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp38 void UnifyFunctionExitNodes::getAnalysisUsage(AnalysisUsage &AU) const{ in getAnalysisUsage() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Diterator_range.h46 IteratorT begin() const { return begin_iterator; } in begin() argument
47 IteratorT end() const { return end_iterator; } in end() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DArgument.h48 inline const Function *getParent() const { return Parent; } in getParent() argument
[all...]

Completed in 10 milliseconds

1...<<919293949596979899100>>...817