/external/llvm/lib/IR/ |
Core.cpp | 653 unsigned Index) { 654 Metadata *Op = N->getOperand(Index); 662 LLVMValueRef LLVMGetOperand(LLVMValueRef Val, unsigned Index) { 666 assert(Index == 0 && "Function-local metadata can only have one operand"); 670 cast<MDNode>(MD->getMetadata()), Index); 673 return wrap(cast<User>(V)->getOperand(Index)); 676 LLVMUseRef LLVMGetOperandUse(LLVMValueRef Val, unsigned Index) { 678 return wrap(&cast<User>(V)->getOperandUse(Index)); 681 void LLVMSetOperand(LLVMValueRef Val, unsigned Index, LLVMValueRef Op) { 682 unwrap<User>(Val)->setOperand(Index, unwrap(Op)) [all...] |
/external/clang/include/clang/Serialization/ |
ASTReader.h | 403 /// \brief The global module index, if loaded. 421 /// When the pointer at index I is non-NULL, the type with 435 /// When the pointer at index I is non-NULL, the declaration with ID 567 /// If the pointer at index I is non-NULL, then it refers to the 583 /// If the pointer at index I is non-NULL, then it refers to the 838 /// \brief Whether we are allowed to use the global module index. 841 /// \brief Whether we have tried loading the global module index yet. [all...] |
/external/clang/lib/Analysis/ |
Consumed.cpp | 615 for (unsigned Index = Offset; Index < Call->getNumArgs(); ++Index) { 617 if (Index - Offset >= FunD->getNumParams()) 620 const ParmVarDecl *Param = FunD->getParamDecl(Index - Offset); 623 InfoEntry Entry = findInfo(Call->getArg(Index)); 636 Call->getArg(Index)->getExprLoc(), [all...] |
/external/clang/tools/scan-build/bin/ |
scan-build | 376 my $Index = shift; 453 push @$Index,[ $FName, $BugCategory, $BugType, $BugFile, $BugFunction, $BugLine, 577 # Scan each report file and build an index. 578 my @Index; 580 foreach my $file (@filesFound) { ScanFile(\@Index, $Dir, $file, \@Stats); } 601 # Generate an index.html file. 602 my $FName = "$Dir/index.html"; 686 for my $row ( @Index ) { 701 my $TotalBugs = scalar(@Index); 764 for my $row ( sort { $a->[2] cmp $b->[2] } @Index ) { [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_text.c | 403 int *index ) 414 *index = (int) uindex; 424 int *index ) 426 if (!parse_register_file_bracket_index( ctx, file, index )) 438 int index; member in struct:parsed_bracket 491 parse_int( &ctx->cur, &brackets->index ); 493 brackets->index = 0; 500 brackets->index = (int) uindex; 616 * <register_file_bracket_index> `..' <index> `]' 647 * the index relevant to the semantics which is i 880 int index; local 1223 uint index; local [all...] |
/frameworks/compile/libbcc/lib/Renderscript/ |
RSKernelExpand.cpp | 504 // I32Args should be integers which represent the index arguments 709 for (size_t Index = 0; Index < NumInputs; ++Index) { 713 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], Offset); 719 llvm::Type *InTy = InTypes[Index]; 722 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], OffsetInBytes); 733 if (llvm::Value *TemporarySlot = InStructTempSlots[Index]) { [all...] |
/prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/ |
scan-build | 351 my $Index = shift; 428 push @$Index,[ $FName, $BugCategory, $BugType, $BugFile, $BugFunction, $BugLine, 552 # Scan each report file and build an index. 553 my @Index; 555 foreach my $file (@filesFound) { ScanFile(\@Index, $Dir, $file, \@Stats); } 576 # Generate an index.html file. 577 my $FName = "$Dir/index.html"; 661 for my $row ( @Index ) { 676 my $TotalBugs = scalar(@Index); 739 for my $row ( sort { $a->[2] cmp $b->[2] } @Index ) { [all...] |
/prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/ |
scan-build | 351 my $Index = shift; 428 push @$Index,[ $FName, $BugCategory, $BugType, $BugFile, $BugFunction, $BugLine, 552 # Scan each report file and build an index. 553 my @Index; 555 foreach my $file (@filesFound) { ScanFile(\@Index, $Dir, $file, \@Stats); } 576 # Generate an index.html file. 577 my $FName = "$Dir/index.html"; 661 for my $row ( @Index ) { 676 my $TotalBugs = scalar(@Index); 739 for my $row ( sort { $a->[2] cmp $b->[2] } @Index ) { [all...] |
/prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/bin/ |
scan-build | 376 my $Index = shift; 453 push @$Index,[ $FName, $BugCategory, $BugType, $BugFile, $BugFunction, $BugLine, 577 # Scan each report file and build an index. 578 my @Index; 580 foreach my $file (@filesFound) { ScanFile(\@Index, $Dir, $file, \@Stats); } 601 # Generate an index.html file. 602 my $FName = "$Dir/index.html"; 686 for my $row ( @Index ) { 701 my $TotalBugs = scalar(@Index); 764 for my $row ( sort { $a->[2] cmp $b->[2] } @Index ) { [all...] |
/prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/bin/ |
scan-build | 376 my $Index = shift; 453 push @$Index,[ $FName, $BugCategory, $BugType, $BugFile, $BugFunction, $BugLine, 577 # Scan each report file and build an index. 578 my @Index; 580 foreach my $file (@filesFound) { ScanFile(\@Index, $Dir, $file, \@Stats); } 601 # Generate an index.html file. 602 my $FName = "$Dir/index.html"; 686 for my $row ( @Index ) { 701 my $TotalBugs = scalar(@Index); 764 for my $row ( sort { $a->[2] cmp $b->[2] } @Index ) { [all...] |
/prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/bin/ |
scan-build | 376 my $Index = shift; 453 push @$Index,[ $FName, $BugCategory, $BugType, $BugFile, $BugFunction, $BugLine, 577 # Scan each report file and build an index. 578 my @Index; 580 foreach my $file (@filesFound) { ScanFile(\@Index, $Dir, $file, \@Stats); } 601 # Generate an index.html file. 602 my $FName = "$Dir/index.html"; 686 for my $row ( @Index ) { 701 my $TotalBugs = scalar(@Index); 764 for my $row ( sort { $a->[2] cmp $b->[2] } @Index ) { [all...] |
/prebuilts/clang/host/linux-x86/3.8/tools/scan-build/ |
scan-build | 351 my $Index = shift; 428 push @$Index,[ $FName, $BugCategory, $BugType, $BugFile, $BugFunction, $BugLine, 552 # Scan each report file and build an index. 553 my @Index; 555 foreach my $file (@filesFound) { ScanFile(\@Index, $Dir, $file, \@Stats); } 576 # Generate an index.html file. 577 my $FName = "$Dir/index.html"; 661 for my $row ( @Index ) { 676 my $TotalBugs = scalar(@Index); 739 for my $row ( sort { $a->[2] cmp $b->[2] } @Index ) { [all...] |
/prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/bin/ |
scan-build | 376 my $Index = shift; 453 push @$Index,[ $FName, $BugCategory, $BugType, $BugFile, $BugFunction, $BugLine, 577 # Scan each report file and build an index. 578 my @Index; 580 foreach my $file (@filesFound) { ScanFile(\@Index, $Dir, $file, \@Stats); } 601 # Generate an index.html file. 602 my $FName = "$Dir/index.html"; 686 for my $row ( @Index ) { 701 my $TotalBugs = scalar(@Index); 764 for my $row ( sort { $a->[2] cmp $b->[2] } @Index ) { [all...] |
/prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/bin/ |
scan-build | 376 my $Index = shift; 453 push @$Index,[ $FName, $BugCategory, $BugType, $BugFile, $BugFunction, $BugLine, 577 # Scan each report file and build an index. 578 my @Index; 580 foreach my $file (@filesFound) { ScanFile(\@Index, $Dir, $file, \@Stats); } 601 # Generate an index.html file. 602 my $FName = "$Dir/index.html"; 686 for my $row ( @Index ) { 701 my $TotalBugs = scalar(@Index); 764 for my $row ( sort { $a->[2] cmp $b->[2] } @Index ) { [all...] |
/prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/bin/ |
scan-build | 376 my $Index = shift; 453 push @$Index,[ $FName, $BugCategory, $BugType, $BugFile, $BugFunction, $BugLine, 577 # Scan each report file and build an index. 578 my @Index; 580 foreach my $file (@filesFound) { ScanFile(\@Index, $Dir, $file, \@Stats); } 601 # Generate an index.html file. 602 my $FName = "$Dir/index.html"; 686 for my $row ( @Index ) { 701 my $TotalBugs = scalar(@Index); 764 for my $row ( sort { $a->[2] cmp $b->[2] } @Index ) { [all...] |
/prebuilts/clang/linux-x86/host/3.6/tools/scan-build/ |
scan-build | 351 my $Index = shift; 428 push @$Index,[ $FName, $BugCategory, $BugType, $BugFile, $BugFunction, $BugLine, 552 # Scan each report file and build an index. 553 my @Index; 555 foreach my $file (@filesFound) { ScanFile(\@Index, $Dir, $file, \@Stats); } 576 # Generate an index.html file. 577 my $FName = "$Dir/index.html"; 661 for my $row ( @Index ) { 676 my $TotalBugs = scalar(@Index); 739 for my $row ( sort { $a->[2] cmp $b->[2] } @Index ) { [all...] |
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/ |
scan-build | 336 my $Index = shift; 403 push @$Index,[ $FName, $BugCategory, $BugType, $BugFile, $BugLine, 525 # Scan each report file and build an index. 526 my @Index; 528 foreach my $file (@filesFound) { ScanFile(\@Index, $Dir, $file, \@Stats); } 549 # Generate an index.html file. 550 my $FName = "$Dir/index.html"; 634 for my $row ( @Index ) { 649 my $TotalBugs = scalar(@Index); 711 for my $row ( sort { $a->[2] cmp $b->[2] } @Index ) { [all...] |
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/ |
scan-build | 336 my $Index = shift; 403 push @$Index,[ $FName, $BugCategory, $BugType, $BugFile, $BugLine, 525 # Scan each report file and build an index. 526 my @Index; 528 foreach my $file (@filesFound) { ScanFile(\@Index, $Dir, $file, \@Stats); } 549 # Generate an index.html file. 550 my $FName = "$Dir/index.html"; 634 for my $row ( @Index ) { 649 my $TotalBugs = scalar(@Index); 711 for my $row ( sort { $a->[2] cmp $b->[2] } @Index ) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
cdoex.h | [all...] |
/external/mesa3d/src/mesa/program/ |
prog_execute.c | 108 GLint reg = source->Index; 111 /* add address register value to src index/offset */ 184 GLint reg = dest->Index; 187 /* add address register value to src index/offset */ 309 source->Index < (GLint) machine->NumDeriv) { 316 deriv[0] = machine->DerivX[source->Index][0] * invQ; 317 deriv[1] = machine->DerivX[source->Index][1] * invQ; 318 deriv[2] = machine->DerivX[source->Index][2] * invQ; 319 deriv[3] = machine->DerivX[source->Index][3] * invQ; 322 deriv[0] = machine->DerivY[source->Index][0] * invQ [all...] |
/external/clang/lib/CodeGen/ |
CodeGenAction.cpp | 789 // a non-empty index file option), then we need promote to global scope 793 std::unique_ptr<FunctionInfoIndex> Index; 800 errs() << "Error loading index file '" 805 Index = std::move(IndexOrErr.get()); 806 assert(Index); 809 renameModuleForThinLTO(std::move(TheModule), Index.get()); 820 TheModule.get(), BA, OS, std::move(Index)); [all...] |
/external/clang/tools/libclang/ |
CIndexCodeCompletion.cpp | 862 unsigned Index) { 865 if (!Results || Index >= Results->Diagnostics.size()) 868 CXStoredDiagnostic *Diag = Results->DiagnosticsWrappers[Index]; 870 Results->DiagnosticsWrappers[Index] = Diag = 871 new CXStoredDiagnostic(Results->Diagnostics[Index], Results->LangOpts); [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout.cc | 244 ASSERT_STATIC (OT::Index::NOT_FOUND_INDEX == HB_OT_LAYOUT_NO_SCRIPT_INDEX); 275 ASSERT_STATIC (OT::Index::NOT_FOUND_INDEX == HB_OT_LAYOUT_NO_SCRIPT_INDEX); 334 ASSERT_STATIC (OT::Index::NOT_FOUND_INDEX == HB_OT_LAYOUT_NO_FEATURE_INDEX); 371 ASSERT_STATIC (OT::Index::NOT_FOUND_INDEX == HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX); 416 unsigned int index = l.get_required_feature_index (); local 417 if (feature_index) *feature_index = index; 418 if (feature_tag) *feature_tag = g.get_feature_tag (index); 471 ASSERT_STATIC (OT::Index::NOT_FOUND_INDEX == HB_OT_LAYOUT_NO_FEATURE_INDEX); 1102 unsigned int lookup_index = lookups[table_index][i].index;
|
/external/llvm/include/llvm/CodeGen/ |
BasicTTIImpl.h | 71 // index 0 of first vector, index 1 of second vector,index 2 of first 72 // vector and finally index 3 of second vector and insert them at index 330 unsigned getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index, 474 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) { 535 // E.g. An interleaved load of factor 2 (with one member of index 0): 537 // %v0 = shuffle %vec, undef, <0, 2, 4, 6> ; Index 0 544 for (unsigned Index : Indices) [all...] |
/external/llvm/lib/ProfileData/ |
InstrProfReader.cpp | 594 Index.reset(IndexPtr); 603 Index->populateSymtab(*NewSymtab.get()); 613 std::error_code EC = Index->getRecords(FuncName, Data); 643 std::error_code EC = Index->getRecords(Data); 649 Index->advanceToNextKey();
|