HomeSort by: relevance | last modified time | path
    Searched defs:CDE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 1658 const auto *CDE = cast<CXXDeleteExpr>(S);
1664 VisitCXXDeleteExpr(CDE, i, Dst);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 185 StringSet<> CDE;
190 /// Returns true iff a given mnemonic is a CDE instruction
195 return CDE.count(Mnemonic);
198 /// Returns true iff a given mnemonic is a VPT-predicable CDE instruction
206 /// Returns true iff a given mnemonic is an IT-predicable CDE instruction
216 /// Return true iff a given mnemonic is an integer CDE instruction with
231 CDE.insert(Mnemonic);
234 CDE.insert(Mnemonic);
8327 "CDE operand 1 must be a coprocessor ID");
8331 "coprocessor must be configured as CDE");
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 12901 SDValue CDE = DAG.getNode(PreferredFusedOpcode, SL, VT, C, D, E);
12902 return DAG.getNode(PreferredFusedOpcode, SL, VT, A, B, CDE);

Completed in 41 milliseconds