Home | History | Annotate | Download | only in slang

Lines Matching refs:BE

81   slangAssert(!VD->getName().empty() && "Variable name should not be empty");
110 slangAssert(!FD->getName().empty() && "Function name should not be empty");
131 // The root function should be at index 0 in the list
165 // The root kernel should always be in slot 0.
182 // TODO(zonr): alert identifier @Name mark as an exportable type cannot be
291 // Finally, export type forcely set to be exported by user
304 bool RSContext::processReducePragmas(Backend *BE) {
306 // the bitcode -- which in turn forces the function to be emitted
311 BE->HandleTopLevelDecl(clang::DeclGroupRef(DummyVar));
326 // This is an inefficient linear search. If this turns out to be a