HomeSort by relevance Sort by last modified time
    Searched full:arrayref (Results 301 - 325 of 462) sorted by null

<<111213141516171819

  /external/clang/lib/Lex/
Preprocessor.cpp 299 ArrayRef<TokenValue> Tokens) {
306 ArrayRef<TokenValue> Tokens) const {
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 77 void NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes);
697 void JumpScopeChecker::NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes) {
SemaExprObjC.cpp     [all...]
SemaOverload.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 260 ArrayRef<const MemRegion *> Explicits,
261 ArrayRef<const MemRegion *> Regions,
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp 266 void CallInst::init(Value *Func, ArrayRef<Value *> Args, const Twine &NameStr) {
532 ArrayRef<Value *> Args, const Twine &NameStr) {
    [all...]
DIBuilder.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 575 ArrayRef<QualType> args,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 28 #include "llvm/ADT/ArrayRef.h"
584 ArrayRef<TokenValue> Tokens) const;
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 890 DeclContext::BuildDeclChain(ArrayRef<Decl*> Decls,
985 ArrayRef<NamedDecl*> Decls) {
1017 for (ArrayRef<NamedDecl*>::iterator
    [all...]
MicrosoftMangle.cpp 160 ArrayRef<const CXXRecordDecl *> BasePath,
    [all...]
StmtPrinter.cpp 177 for (ArrayRef<const Attr*>::iterator it = Node->getAttrs().begin(),
628 ArrayRef<OMPClause *> Clauses = Node->clauses();
629 for (ArrayRef<OMPClause *>::iterator I = Clauses.begin(), E = Clauses.end();
    [all...]
DeclTemplate.cpp 281 ArrayRef<TemplateArgument> FunctionTemplateDecl::getInjectedTemplateArgs() {
637 ArrayRef<TemplateParameterList *> Expansions) {
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 432 ArrayRef<VarDecl *> ArrayIndexes,
587 ArrayRef<VarDecl *> ArrayIndexes;
595 ArrayRef<VarDecl *> ArrayIndexes) {
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 914 ArrayRef<SDValue>(Ops, 2));
1101 ArrayRef<SDValue>(Ops, 3));
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 19 #include "llvm/ADT/ArrayRef.h"
516 void poisonRedZones(const ArrayRef<AllocaInst*> &AllocaVec, IRBuilder<> IRB,
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
pr15031.ll 201 %"class.llvm::TargetRegisterClass" = type { %"class.llvm::MCRegisterClass"*, i32*, i32*, i16*, %"class.llvm::TargetRegisterClass"**, void (%"class.llvm::ArrayRef"*, %"class.llvm::MachineFunction"*)* }
202 %"class.llvm::ArrayRef" = type { i16*, i64 }
282 %"class.llvm::ArrayRef.208" = type { i32*, i64 }
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 19 #include "llvm/ADT/ArrayRef.h"
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 639 ArrayRef<SDDbgValue*> DbgVals = DbgInfo->getSDDbgValues(N);
    [all...]

Completed in 3528 milliseconds

<<111213141516171819