Home
last modified time | relevance | path

Searched refs:getTagID (Results 1 – 12 of 12) sorted by relevance

/third_party/parse5/packages/parse5/lib/common/
Dforeign-content.ts1 import { TAG_ID as $, NS, ATTRS, getTagID } from './html.js';
228 token.tagID = getTagID(token.tagName);
Dhtml.ts512 export function getTagID(tagName: string): TAG_ID { function
/third_party/parse5/packages/parse5/lib/parser/
Dformatting-element-list.test.ts2 import { TAG_NAMES as $, NS, getTagID } from '../common/html.js';
11 tagID: getTagID(name),
Dindex.ts17 getTagID,
153 …this.fragmentContextID = fragmentContext ? getTagID(this.treeAdapter.getTagName(fragmentContext)) …
1417 const tid = getTagID(tn);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h1028 uint32_t getTagID() const {
1034 return getTagID() == LLVMContext::OB_deopt;
1039 return getTagID() == LLVMContext::OB_funclet;
1044 return getTagID() == LLVMContext::OB_cfguardtarget;
1834 if (getOperandBundleAt(i).getTagID() == ID)
1865 if (U.getTagID() == ID)
1940 uint32_t ID = getOperandBundleAt(i).getTagID();
/third_party/parse5/packages/parse5-sax-parser/lib/
Dparser-feedback-simulator.ts189 tn = html.getTagID(adjustedTagName);
/third_party/parse5/packages/parse5/lib/tokenizer/
Dindex.ts24 import { TAG_ID, getTagID } from '../common/html.js';
518 ct.tagID = getTagID(ct.tagName);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1584 uint32_t Tag = CS.getOperandBundleAt(i).getTagID(); in InlineFunction()
1771 if (ChildOB.getTagID() != LLVMContext::OB_deopt) { in InlineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp764 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneCallInstForBB()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp1379 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneInstructionInExitBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1610 if (CS.getOperandBundleAt(i).getTagID() != LLVMContext::OB_funclet) in selectInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp3014 uint32_t Tag = BU.getTagID(); in visitCallBase()