Home
last modified time | relevance | path

Searched defs:Comp (Results 1 – 25 of 26) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DjsxNamespaceImplicitImportJSXNamespace.js102 export const Comp = () => <div></div>; function
109 var Comp = function () { return jsx_runtime_1.jsx("div", {}, void 0); }; class
DjsxNamespaceGlobalReexportMissingAliasTarget.js102 export const Comp = () => <div></div>; function
109 var Comp = function () { return jsx_runtime_1.jsx("div", {}, void 0); }; class
DjsxNamespaceGlobalReexport.js106 export const Comp = () => <div></div>; function
113 var Comp = function () { return jsx_runtime_1.jsx("div", {}, void 0); }; class
DjsxNamespaceImplicitImportJSXNamespaceFromConfigPickedOverGlobalOne.js64 export const Comp = () => <div css="color: hotpink;"></div>; function
72 var Comp = function () { return jsx_runtime_1.jsx("div", { css: "color: hotpink;" }, void 0); }; class
DjsxNamespaceImplicitImportJSXNamespaceFromPragmaPickedOverGlobalOne.js65 export const Comp = () => <div css="color: hotpink;"></div>; function
74 var Comp = function () { return jsx_runtime_1.jsx("div", { css: "color: hotpink;" }, void 0); }; class
DindexedAccessRelation.js14 class Comp<T extends Foo, S> extends Component<S & State<T>> class
54 function Comp() { class in Comp
DcheckJsxChildrenProperty1.js10 function Comp(p: Prop) { class
DcheckJsxChildrenProperty2.js10 function Comp(p: Prop) { class
DcheckJsxChildrenProperty5.js16 function Comp(p: Prop) { class
DcheckJsxChildrenProperty7.js20 function Comp(p: Prop) { class
DcheckJsxChildrenProperty6.js20 function Comp(p: Prop) { class
DcheckJsxChildrenProperty8.js20 function Comp(p: Prop) { class
DcheckJsxChildrenProperty14.js20 function Comp(p: Prop) { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DParallel.h85 const Comparator &Comp) { in medianOf3()
96 const Comparator &Comp, TaskGroup &TG, size_t Depth) { in parallel_quick_sort()
122 const Comparator &Comp) { in parallel_sort()
/third_party/typescript/tests/cases/compiler/
DindexedAccessRelation.ts13 class Comp<T extends Foo, S> extends Component<S & State<T>> class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LineEditor/
DLineEditor.h84 template <typename T> void setCompleter(T Comp) { in setCompleter()
92 template <typename T> void setListCompleter(T Comp) { in setListCompleter()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCompileServer.h65 Compiler Comp; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsCCState.cpp32 auto Comp = [](const char *S1, const char *S2) { return strcmp(S1, S2) < 0; }; in isF128SoftLibCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp312 ICmpInst* Comp = new ICmpInst(ICmpInst::ICMP_SLT, in switchConvert() local
343 ICmpInst* Comp = nullptr; in newLeafBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp853 StringRef Comp = Components[Idx]; in normalize() local
DVirtualFileSystem.cpp158 for (StringRef Comp : llvm::make_range(path::begin(Path), path::end(Path))) in pathHasTraversal() local
1867 for (auto &Comp : Path) in getVFSEntries() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h174 struct Comp { struct
180 typedef sb_set<datatype, Comp> dataset; argument
/third_party/rust/crates/bindgen/bindgen/ir/
Dty.rs594 Comp(CompInfo), enumerator
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dgreedyh.c78 gint Pos, Comp; in greedyh_scanline_C_ayuv() local
/third_party/mesa3d/src/mesa/main/
Dshader_types.h123 } Comp; member

12