Home
last modified time | relevance | path

Searched refs:IsExport (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DSortJavaScriptImports.cpp73 bool IsExport = false; member
95 if (LHS.IsExport != RHS.IsExport) in operator <()
96 return LHS.IsExport < RHS.IsExport; in operator <()
162 if (!Reference.IsExport && in analyze()
163 (Reference.IsExport != References[Indices[i + 1]].IsExport || in analyze()
312 << "is_export: " << Reference.IsExport in parseModuleReferences()
338 Reference.IsExport = Current->is(tok::kw_export); in parseModuleReference()
341 if (Current->isStringLiteral() && !Reference.IsExport) { in parseModuleReference()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600InstrFormats.td40 bit IsExport = 0;
69 let TSFlags{17} = IsExport;
H A DR600Instructions.td251 let IsExport = 1;
515 let IsExport = 1;
529 let IsExport = 1;