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

  /src/external/apache2/llvm/dist/clang/lib/Driver/
Multilib.cpp 172 static Multilib compose(const Multilib &Base, const Multilib &New) { function
200 Multilib MO = compose(Base, New);
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.h 101 // Returns NULL if this and Idx don't compose.
102 CodeGenSubRegIndex *compose(CodeGenSubRegIndex *Idx) const { function in class:llvm::CodeGenSubRegIndex
CodeGenRegisters.cpp 330 // Work backwards in the Indices vector in order to compose subregs bottom-up.
1285 CodeGenSubRegIndex *Comp = A->compose(B);
1348 auto compose = [&SubRegAction] (const CodeGenSubRegIndex *Sub1, local
1416 agree(compose(Idx1, Idx2), SubRegAction.at(Idx3)))
1419 " compose ambiguously as " + Prev->getQualifiedName() +
1455 // in the subregister graph that compose for this target and create
1474 // Go through all leaf subregisters and find the ones that compose with
  /src/external/mit/isl/dist/
isl_transitive_closure.c 771 * symmetric and we can simply compose all resulting paths in any order.
1115 static __isl_give isl_map *compose(__isl_keep isl_map *map, int i, function
1274 qc = compose(map, i, qc, left, right);
1393 qc = compose(map, i, qc, (comp & LEFT) ? left : NULL,
  /src/external/mit/isl/dist/interface/
template_cpp.cc 2219 static Substitution compose(const Substitution &first, function
2249 return compose(unifier, u);
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
po-mode.el 891 (defvar po-compose-mail-function
892 (let ((functions '(compose-mail-other-window
894 compose-mail
3237 ;; Compose the name.
3265 (apply po-compose-mail-function address
3287 (apply po-compose-mail-function address

Completed in 35 milliseconds