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

  /frameworks/compile/slang/
slang_diagnostic_buffer.cpp 38 clang::SourceLocation const &SrcLoc = Info.getLocation();
43 if (SrcLoc.isValid()) {
44 SrcLoc.print(stream, Info.getSourceManager());
  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContext.cpp 87 if (const MDNode *SrcLoc = I->getMetadata("srcloc")) {
88 if (SrcLoc->getNumOperands() != 0)
89 if (const ConstantInt *CI = dyn_cast<ConstantInt>(SrcLoc->getOperand(0)))
  /external/llvm/lib/IR/
DiagnosticInfo.cpp 101 if (const MDNode *SrcLoc = I.getMetadata("srcloc")) {
102 if (SrcLoc->getNumOperands() != 0)
104 mdconst::dyn_extract<ConstantInt>(SrcLoc->getOperand(0)))
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 197 milliseconds