Home
last modified time | relevance | path

Searched defs:Vec (Results 1 - 25 of 76) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
H A DjsDeclarationsFunctionLikeClasses2.js12 Vec.prototype = { global() class
[all...]
/third_party/node/src/dataqueue/
H A Dqueue.h129 struct Vec { struct in node::DataQueue
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp46 writeSparseBitVector(BinaryStreamWriter &Writer, SparseBitVector<> &Vec) writeSparseBitVector() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.cpp30 SmallVectorImpl<uint8_t> &Vec; member in __anon24558::UnwindOpcodeStreamer
/third_party/rust/crates/syn/src/
H A Dgen_helper.rs
H A Dparse_quote.rs
/third_party/rust/crates/cxx/gen/build/src/
H A Dvec.rs
/third_party/python/Tools/demo/
H A Dvector.py7 class Vec: class
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DExpandReductions.cpp124 Value *Vec = II->getArgOperand(1); in expandReductions() local
148 Value *Vec = II->getArgOperand(0); in expandReductions() local
/third_party/python/Lib/turtledemo/
H A Dplanet_and_moon.py20 from turtle import Shape, Turtle, mainloop, Vec2D as Vec namespace
/third_party/rust/crates/clap/tests/derive/
H A Dissues.rs
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DStringTableBuilder.cpp89 static void multikeySort(MutableArrayRef<StringPair *> Vec, int Pos) { in multikeySort() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPackedVector.h83 PackedVector &Vec; member in llvm::PackedVector::reference
H A DArrayRef.h81 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() argument
87 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() argument
107 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() argument
127 ArrayRef( const SmallVectorTemplateCommon<U *, DummyT> &Vec, typename std::enable_if< std::is_convertible<U *const *, T const *>::value>::type * = nullptr) ArrayRef() argument
137 ArrayRef(const std::vector<U *, A> &Vec, typename std::enable_if< std::is_convertible<U *const *, T const *>::value>::type* = 0) ArrayRef() argument
478 makeArrayRef(const SmallVectorImpl<T> &Vec) makeArrayRef() argument
484 makeArrayRef(const SmallVector<T, N> &Vec) makeArrayRef() argument
490 makeArrayRef(const std::vector<T> &Vec) makeArrayRef() argument
501 makeArrayRef(const ArrayRef<T> &Vec) makeArrayRef() argument
506 makeArrayRef(ArrayRef<T> &Vec) makeArrayRef() argument
[all...]
/third_party/rust/crates/cxx/tests/ffi/
H A Dmodule.rs15 impl Vec<Job> {} impls
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp183 auto &Vec = ConstantPoolVectors.back(); in parseImpl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp197 Value *Vec = I.getOperand(0); in generatePoisonChecks() local
209 Value *Vec = I.getOperand(0); in generatePoisonChecks() local
/third_party/rust/crates/rustix/src/path/
H A Darg.rs
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dtraversal.rs
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstantFolder.h253 Constant *CreateExtractElement(Constant *Vec, Constant *Idx) const { in CreateExtractElement() argument
257 Constant *CreateInsertElement(Constant *Vec, Constant *NewElt, in CreateInsertElement() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DArrayRef.h74 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() argument
80 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() argument
93 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() argument
110 ArrayRef( const SmallVectorTemplateCommon<U *, DummyT> &Vec, typename std::enable_if< std::is_convertible<U *const *, T const *>::value>::type * = nullptr) ArrayRef() argument
120 ArrayRef(const std::vector<U *, A> &Vec, typename std::enable_if< std::is_convertible<U *const *, T const *>::value>::type* = 0) ArrayRef() argument
458 makeArrayRef(const SmallVectorImpl<T> &Vec) makeArrayRef() argument
464 makeArrayRef(const SmallVector<T, N> &Vec) makeArrayRef() argument
470 makeArrayRef(const std::vector<T> &Vec) makeArrayRef() argument
475 makeArrayRef(const ArrayRef<T> &Vec) makeArrayRef() argument
480 makeArrayRef(ArrayRef<T> &Vec) makeArrayRef() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetFolder.h245 Constant *CreateExtractElement(Constant *Vec, Constant *Idx) const { in CreateExtractElement() argument
249 Constant *CreateInsertElement(Constant *Vec, Constant *NewElt, in CreateInsertElement() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc75 class Vec { class
77 Vec() { Init(); } in Vec() function in absl::synchronization_internal::__anon19421::Vec
[all...]
/third_party/rust/crates/cxx/gen/src/include/
H A Dcxx.h831 Vec<T>::Vec(std::initializer_list<T> init) : Vec{} { Vec() function in rust::cxxbridge1::Vec
837 Vec<T>::Vec(const Vec &other) : Vec() { Vec() function in rust::cxxbridge1::Vec
856 new (&other) Vec(); global() variable
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/gen/include/
H A Dcxx.h831 Vec<T>::Vec(std::initializer_list<T> init) : Vec{} { Vec() function in rust::cxxbridge1::Vec
837 Vec<T>::Vec(const Vec &other) : Vec() { Vec() function in rust::cxxbridge1::Vec
856 new (&other) Vec(); global() variable
[all...]

Completed in 14 milliseconds

1234