Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp72 bool IsExport = false; member
104 if (LHS.IsExport != RHS.IsExport) in operator <()
105 return LHS.IsExport < RHS.IsExport; in operator <()
172 if (!Reference.IsExport && in analyze()
173 (Reference.IsExport != References[I + 1].IsExport || in analyze()
307 Reference->IsExport != PreviousReference->IsExport || in mergeModuleReferences()
422 << ", is_export: " << Reference.IsExport in parseModuleReferences()
447 Reference.IsExport = Current->is(tok::kw_export); in parseModuleReference()
450 if (Current->isStringLiteral() && !Reference.IsExport) { in parseModuleReference()
518 if (!Reference.IsExport && Current->is(tok::identifier)) { in parseNamedBindings()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrFormats.td39 bit IsExport = 0;
68 let TSFlags{17} = IsExport;
H A DR600Instructions.td238 let IsExport = 1;
545 let IsExport = 1;
559 let IsExport = 1;