Home
last modified time | relevance | path

Searched defs:constructor (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/profile/Posix/
H A Dgcov-destructor.c15 void constructor() {} // CHECK-NEXT: 1: [[#@LINE]]: in constructor() function
/llvm-project-15.0.7/mlir/utils/vscode/src/PDLL/commands/
H A DviewOutput.ts23 constructor(context: MLIRContext) { super('mlir.viewPDLLOutput', context); } method in ViewPDLLCommand
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dcpp.h23 constructor, enumerator
/llvm-project-15.0.7/clang-tools-extra/pseudo/tool/
H A DHTMLForest.js22 constructor(index, parent, node, abbrev) { method in NodeView
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCallGraph.cpp190 if (auto constructor = dyn_cast<CXXConstructorDecl>(D)) { in addNodeForDecl() local
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dshape.cpp63 if (auto *constructor{UnwrapExpr<ArrayConstructor<ExtentType>>(arrayExpr)}) { in AsShapeResult() local
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp2862 auto *constructor = adaptor.addConstructor(std::move(paramList)); in OpOperandAdaptorEmitter() local
2876 auto *constructor = in OpOperandAdaptorEmitter() local