HomeSort by relevance Sort by last modified time
    Searched refs:HasId (Results 1 - 3 of 3) sorted by null

  /system/tools/aidl/
aidl_language.h 215 bool HasId() const { return has_id_; }
aidl.cpp 378 if (item->HasId()) {
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVInstruction.h 220 setId(hasId() ? TheId : SPIRVID_INVALID);
225 virtual void initImpl(Op OC, bool HasId = true, SPIRVWord WC = 0,
229 if (!HasId) {
252 if (hasId())
264 if (hasId())
282 if (hasId())
374 if (hasId())
382 if (hasId())
393 bool HasId = true,
407 this->initImpl(OC, HasId, WC, HasVariableWC, Literal1, Literal2, Literal3)
    [all...]

Completed in 364 milliseconds