Home
last modified time | relevance | path

Searched refs:create_unique (Results 1 – 5 of 5) sorted by relevance

/external/autotest/frontend/migrations/
D037_db_constraints.py85 second_field, second_table, create_unique): argument
91 if create_unique:
126 create_unique) in TABLES:
128 second_field, second_table, create_unique)
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVEntry.cpp96 SPIRVEntry::create_unique(Op OC) { in create_unique() function in SPIRV::SPIRVEntry
101 SPIRVEntry::create_unique(SPIRVExtInstSetKind Set, in create_unique() function in SPIRV::SPIRVEntry
DSPIRVEntry.h304 static std::unique_ptr<SPIRVEntry> create_unique(Op);
307 static std::unique_ptr<SPIRVExtInst> create_unique(
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.cpp170 SPIRVEntry::create_unique(SPIRVEIS_OpenCL, ExtOp).get()); in getSPIRVInst()
DSPIRVWriter.cpp1237 transArguments(CI, BB, SPIRVEntry::create_unique(ExtSetKind, ExtOp).get()), in transCallInst()
1242 transArguments(CI, BB, SPIRVEntry::create_unique(OpFunctionCall).get()), in transCallInst()